Skip to content

Commit a4a6645

Browse files
committedOct 6, 2014
Whitespace changes to reduce merge conflicts with the assets branch
1 parent 1480a0f commit a4a6645

File tree

94 files changed

+331
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+331
-316
lines changed
 

‎admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
require './includes/session.php';
2727
require WT_ROOT.'includes/functions/functions_edit.php';
2828

29-
$controller=new WT_Controller_Page();
29+
$controller = new WT_Controller_Page();
3030
$controller
3131
->restrictAccess(Auth::isManager())
3232
->addInlineJavascript('jQuery("#x").accordion({heightStyle: "content"});')

‎admin_media.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ function mediaObjectInfo(WT_Media $media) {
566566
// selected folder.
567567
$table_id=md5($files.$media_folder.$media_path.$subfolders);
568568

569-
$controller=new WT_Controller_Page();
569+
$controller = new WT_Controller_Page();
570570
$controller
571571
->restrictAccess(Auth::isAdmin())
572572
->setPageTitle(WT_I18N::translate('Media'))

0 commit comments

Comments
 (0)