From: Platonides Date: Tue, 28 Dec 2010 18:16:46 +0000 (+0000) Subject: Play safe and clear the article object internals, too (eg. mTouched). X-Git-Tag: 1.31.0-rc.0~33030 X-Git-Url: http://git.cyclocoop.org/%27.generer_url_ecrire%28%27admin_couteau_suisse%27%2C%27cmd=descrip&outil=boites_privees?a=commitdiff_plain;h=779b87e1dfec888cc997513a87ba594565a8d437;p=lhc%2Fweb%2Fwiklou.git Play safe and clear the article object internals, too (eg. mTouched). --- diff --git a/includes/Article.php b/includes/Article.php index 2a7d6b48be..a2d7b8c63a 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1691,6 +1691,7 @@ class Article { // Invalidate the cache $this->mTitle->invalidateCache(); + $this->clear(); if ( $wgUseSquid ) { // Commit the transaction before the purge is sent