Index: trunk/phase3/includes/Setup.php |
— | — | @@ -43,8 +43,8 @@ |
44 | 44 | |
45 | 45 | if ( !empty($wgActionPaths) && !isset($wgActionPaths['view']) ) { |
46 | 46 | # '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; |
49 | 49 | } |
50 | 50 | |
51 | 51 | if ( $wgStylePath === false ) $wgStylePath = "$wgScriptPath/skins"; |
— | — | @@ -353,7 +353,7 @@ |
354 | 354 | |
355 | 355 | date_default_timezone_set( $wgLocaltimezone ); |
356 | 356 | if( is_null( $wgLocalTZoffset ) ) { |
357 | | - $wgLocalTZoffset = date('Z') / 60; |
| 357 | + $wgLocalTZoffset = date( 'Z' ) / 60; |
358 | 358 | } |
359 | 359 | |
360 | 360 | # Can't stub this one, it sets up $_GET and $_REQUEST in its constructor |