http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88219

Revision: 88219
Author:   nikerabbit
Date:     2011-05-16 09:40:19 +0000 (Mon, 16 May 2011)
Log Message:
-----------
Whitespace changes

Modified Paths:
--------------
    trunk/phase3/includes/Setup.php

Modified: trunk/phase3/includes/Setup.php
===================================================================
--- trunk/phase3/includes/Setup.php     2011-05-16 09:30:55 UTC (rev 88218)
+++ trunk/phase3/includes/Setup.php     2011-05-16 09:40:19 UTC (rev 88219)
@@ -43,8 +43,8 @@
 
 if ( !empty($wgActionPaths) && !isset($wgActionPaths['view']) ) {
        # 'view' is assumed the default action path everywhere in the code
-       # but is rarely filled in $wgActionPaths 
-       $wgActionPaths['view'] = $wgArticlePath ;
+       # but is rarely filled in $wgActionPaths
+       $wgActionPaths['view'] = $wgArticlePath;
 }
 
 if ( $wgStylePath === false ) $wgStylePath = "$wgScriptPath/skins";
@@ -353,7 +353,7 @@
 
 date_default_timezone_set( $wgLocaltimezone );
 if( is_null( $wgLocalTZoffset ) ) {
-       $wgLocalTZoffset = date('Z') / 60;
+       $wgLocalTZoffset = date( 'Z' ) / 60;
 }
 
 # Can't stub this one, it sets up $_GET and $_REQUEST in its constructor


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to