https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108332
Revision: 108332
Author: platonides
Date: 2012-01-07 22:49:46 +0000 (Sat, 07 Jan 2012)
Log Message:
-----------
Remove empty statement added in r108193
Modified Paths:
--------------
trunk/phase3/includes/Title.php
Modified: trunk/phase3/includes/Title.php
===================================================================
--- trunk/phase3/includes/Title.php 2012-01-07 22:42:05 UTC (rev 108331)
+++ trunk/phase3/includes/Title.php 2012-01-07 22:49:46 UTC (rev 108332)
@@ -1961,7 +1961,7 @@
* @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
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs