From: Domas Mituzas Date: Thu, 11 Jan 2007 23:51:05 +0000 (+0000) Subject: I suppose.... someone forgot to uncomment? ;-) X-Git-Tag: 1.31.0-rc.0~54492 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=410c50968a45989b10ef07f80c3db6d3b87603d9;p=lhc%2Fweb%2Fwiklou.git I suppose.... someone forgot to uncomment? ;-) ( mcaccess--, dbaccess--) --- diff --git a/includes/User.php b/includes/User.php index 35ff8299b9..02c98912a9 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1125,7 +1125,7 @@ class User { $this->mNewtalk = (bool)$newtalk; } else { $this->mNewtalk = $this->checkNewtalk( 'user_ip', $this->getName() ); - $wgMemc->set( $key, $this->mNewtalk, time() ); // + 1800 ); + $wgMemc->set( $key, $this->mNewtalk, time() + 1800 ); } } else { $this->mNewtalk = $this->checkNewtalk( 'user_id', $this->mId );