From b471ca07c5fb9ac9987403bca0a02089add472e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 7 Oct 2005 17:16:32 +0000 Subject: [PATCH] * I accedentally commited this on the last commit --- includes/Article.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 3ebcc70a4a..9aa9092e86 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2133,7 +2133,6 @@ class Article { global $wgDeferredUpdateList, $wgDBname, $wgMemc; global $wgMessageCache, $wgUser, $wgUseEnotif; - /* wfSeedRandom(); if ( 0 == mt_rand( 0, 999 ) ) { # Periodically flush old entries from the recentchanges table. @@ -2147,7 +2146,7 @@ class Article { // re-enabled for commit of unrelated live changes -- TS $dbw->query( $sql ); } - */ + $id = $this->getID(); $title = $this->mTitle->getPrefixedDBkey(); $shortTitle = $this->mTitle->getDBkey(); -- 2.20.1