From: Tim Starling Date: Sat, 13 Mar 2004 02:20:35 +0000 (+0000) Subject: bug fix in proxy check X-Git-Tag: 1.3.0beta1~816 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=3a6a9da4038aafa29ed0ed36af9ca7e2781c600c;p=lhc%2Fweb%2Fwiklou.git bug fix in proxy check --- diff --git a/includes/EditPage.php b/includes/EditPage.php index a6556489ee..d07630d669 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -419,7 +419,7 @@ htmlspecialchars( $wgLang->recodeForEdit( $this->textbox1 ) ) . # Get MemCached key $skip = false; - if ( !$wgUseMemCached ) { + if ( $wgUseMemCached ) { $mcKey = "$wgDBname:proxy:ip:$wgIP"; $mcValue = $wgMemc->get( $mcKey ); if ( $mcValue ) {