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

Revision: 99749
Author:   catrope
Date:     2011-10-14 00:17:06 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
Fix indentation for r99561

Modified Paths:
--------------
    trunk/extensions/Contest/Contest.hooks.php

Modified: trunk/extensions/Contest/Contest.hooks.php
===================================================================
--- trunk/extensions/Contest/Contest.hooks.php  2011-10-14 00:11:06 UTC (rev 
99748)
+++ trunk/extensions/Contest/Contest.hooks.php  2011-10-14 00:17:06 UTC (rev 
99749)
@@ -115,7 +115,7 @@
         * @return true
         */
        public static function onPersonalUrls( array &$personal_urls, Title 
&$title ) {
-                       if ( ContestSettings::get( 'enableTopLink' ) ) {
+               if ( ContestSettings::get( 'enableTopLink' ) ) {
                        global $wgUser;
                        
                        // Find the watchlist item and replace it by the my 
contests link and itself.


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

Reply via email to