From: Aaron Schulz Date: Tue, 2 Apr 2013 23:21:20 +0000 (-0700) Subject: Removed useless clear() call in WikiPage::doPurge(). X-Git-Tag: 1.31.0-rc.0~20097 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=86731d9e519a66e984ac9ab2bd69bfc590031c24;p=lhc%2Fweb%2Fwiklou.git Removed useless clear() call in WikiPage::doPurge(). Change-Id: I3bc251ea987f089342c054afd5a02ccf321f4fe7 --- 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