Index: trunk/extensions/PrefSwitch/PrefSwitch.hooks.php |
— | — | @@ -43,8 +43,8 @@ |
44 | 44 | */ |
45 | 45 | public static function personalUrls( &$personal_urls, &$title ) { |
46 | 46 | global $wgUser, $wgRequest, $wgPrefSwitchShowLinks; |
47 | | - if(!$wgPrefSwitchShowLinks) { |
48 | | - return true; |
| 47 | + if ( !$wgPrefSwitchShowLinks ) { |
| 48 | + return true; |
49 | 49 | } |
50 | 50 | |
51 | 51 | // Figure out the orgin to include in the link |