From 263cdf279196238283a0ec3123b6503cd9f373ec Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 7 Jan 2012 22:49:46 +0000 Subject: [PATCH] Remove empty statement added in r108193 --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 130fd5291c..2f285bb55a 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1961,7 +1961,7 @@ class Title { * @return Array list of errors */ private function checkReadPermissions( $action, $user, $errors, $doExpensiveQueries, $short ) { - global $wgWhitelistRead, $wgGroupPermissions, $wgRevokePermissions;; + global $wgWhitelistRead, $wgGroupPermissions, $wgRevokePermissions; static $useShortcut = null; # Initialize the $useShortcut boolean, to determine if we can skip quite a bit of code below -- 2.20.1