Edit bug fix
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Thu, 31 Mar 2005 08:17:35 +0000 (08:17 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Thu, 31 Mar 2005 08:17:35 +0000 (08:17 +0000)
includes/User.php

index fdb1dc8..018324f 100644 (file)
@@ -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; }