Index: trunk/phase3/includes/Title.php |
— | — | @@ -1961,7 +1961,7 @@ |
1962 | 1962 | * @return Array list of errors |
1963 | 1963 | */ |
1964 | 1964 | private function checkReadPermissions( $action, $user, $errors, $doExpensiveQueries, $short ) { |
1965 | | - global $wgWhitelistRead, $wgGroupPermissions, $wgRevokePermissions;; |
| 1965 | + global $wgWhitelistRead, $wgGroupPermissions, $wgRevokePermissions; |
1966 | 1966 | static $useShortcut = null; |
1967 | 1967 | |
1968 | 1968 | # Initialize the $useShortcut boolean, to determine if we can skip quite a bit of code below |