From: Brion Vibber Date: Fri, 18 Feb 2005 12:29:31 +0000 (+0000) Subject: variable.... not constant X-Git-Tag: 1.5.0alpha1~722 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=6ada6c1f06b1131f6be46a905fbb61bf98d930e5;p=lhc%2Fweb%2Fwiklou.git variable.... not constant --- 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( );