From 779b87e1dfec888cc997513a87ba594565a8d437 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 28 Dec 2010 18:16:46 +0000 Subject: [PATCH] Play safe and clear the article object internals, too (eg. mTouched). --- includes/Article.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1