bug fix
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 28 Feb 2004 09:26:16 +0000 (09:26 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 28 Feb 2004 09:26:16 +0000 (09:26 +0000)
includes/ParserCache.php

index 431877b..c7d934b 100644 (file)
@@ -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();
                }
        }