From 6ada6c1f06b1131f6be46a905fbb61bf98d930e5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 18 Feb 2005 12:29:31 +0000 Subject: [PATCH] variable.... not constant --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index d0ac0d58e7..27bb4491d4 100644 --- a/includes/User.php +++ b/includes/User.php @@ -272,7 +272,7 @@ class User { if ( !$this->mBlockedby ) { # Check first against slave, and optionally from master. $block = $wgBlockCache->get( $wgIP, true ); - if ( !block && !$bFromSlave ) + if ( !$block && !$bFromSlave ) { # Not blocked: check against master, to make sure. $wgBlockCache->clearLocal( ); -- 2.20.1