r88219 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88218‎ | r88219 | r88220 >
Date:09:40, 16 May 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Whitespace changes
Modified paths:
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -43,8 +43,8 @@
4444
4545 if ( !empty($wgActionPaths) && !isset($wgActionPaths['view']) ) {
4646 # 'view' is assumed the default action path everywhere in the code
47 - # but is rarely filled in $wgActionPaths
48 - $wgActionPaths['view'] = $wgArticlePath ;
 47+ # but is rarely filled in $wgActionPaths
 48+ $wgActionPaths['view'] = $wgArticlePath;
4949 }
5050
5151 if ( $wgStylePath === false ) $wgStylePath = "$wgScriptPath/skins";
@@ -353,7 +353,7 @@
354354
355355 date_default_timezone_set( $wgLocaltimezone );
356356 if( is_null( $wgLocalTZoffset ) ) {
357 - $wgLocalTZoffset = date('Z') / 60;
 357+ $wgLocalTZoffset = date( 'Z' ) / 60;
358358 }
359359
360360 # Can't stub this one, it sets up $_GET and $_REQUEST in its constructor

Status & tagging log