From: Magnus Manske Date: Thu, 31 Mar 2005 08:17:35 +0000 (+0000) Subject: Edit bug fix X-Git-Tag: 1.5.0alpha1~451 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=150974f2620cf83756076a42b4b7bbf7a38a1b40;p=lhc%2Fweb%2Fwiklou.git Edit bug fix --- diff --git a/includes/User.php b/includes/User.php index fdb1dc8b4d..018324f4e5 100644 --- a/includes/User.php +++ b/includes/User.php @@ -252,7 +252,7 @@ class User { * And it's cheaper to check slave first, then master if needed, than master always. */ function getBlockedStatus() { - global $wgIP, $wgBlockCache, $wgProxyList, $wgEnableSorbs; + global $wgIP, $wgBlockCache, $wgProxyList, $wgEnableSorbs, $bFromSlave; if ( -1 != $this->mBlockedby ) { return; }