From 150974f2620cf83756076a42b4b7bbf7a38a1b40 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Thu, 31 Mar 2005 08:17:35 +0000 Subject: [PATCH] Edit bug fix --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1