From 410c50968a45989b10ef07f80c3db6d3b87603d9 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Thu, 11 Jan 2007 23:51:05 +0000 Subject: [PATCH] I suppose.... someone forgot to uncomment? ;-) ( mcaccess--, dbaccess--) --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1