Index: trunk/extensions/Contest/Contest.hooks.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | * @return true |
117 | 117 | */ |
118 | 118 | public static function onPersonalUrls( array &$personal_urls, Title &$title ) { |
119 | | - if ( ContestSettings::get( 'enableTopLink' ) ) { |
| 119 | + if ( ContestSettings::get( 'enableTopLink' ) ) { |
120 | 120 | global $wgUser; |
121 | 121 | |
122 | 122 | // Find the watchlist item and replace it by the my contests link and itself. |