From 683ba962d1fbf2f473e2f096b7e2f6a933698b56 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 28 Feb 2004 09:26:16 +0000 Subject: [PATCH] bug fix --- includes/ParserCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ParserCache.php b/includes/ParserCache.php index 431877b4f1..c7d934be99 100644 --- a/includes/ParserCache.php +++ b/includes/ParserCache.php @@ -33,7 +33,7 @@ class ParserCache "DATE_ADD(NOW(), INTERVAL {$expire}))", DB_WRITE); if( rand() % 50 == 0 ){ // more efficient to just do it sometimes - $this->purgeParserCache(); + $this->purge(); } } -- 2.20.1