I suppose.... someone forgot to uncomment? ;-)
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 11 Jan 2007 23:51:05 +0000 (23:51 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 11 Jan 2007 23:51:05 +0000 (23:51 +0000)
( mcaccess--, dbaccess--)

includes/User.php

index 35ff829..02c9891 100644 (file)
@@ -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 );