From 86731d9e519a66e984ac9ab2bd69bfc590031c24 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 2 Apr 2013 16:21:20 -0700 Subject: [PATCH] Removed useless clear() call in WikiPage::doPurge(). Change-Id: I3bc251ea987f089342c054afd5a02ccf321f4fe7 --- includes/WikiPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/WikiPage.php b/includes/WikiPage.php index f4d2e238a5..e1e55fd69c 100644 --- a/includes/WikiPage.php +++ b/includes/WikiPage.php @@ -1161,7 +1161,6 @@ class WikiPage implements Page, IDBAccessObject { // Invalidate the cache $this->mTitle->invalidateCache(); - $this->clear(); if ( $wgUseSquid ) { // Commit the transaction before the purge is sent -- 2.20.1