From: Jeroen De Dauw Date: Wed, 14 Dec 2011 18:49:39 +0000 (+0000) Subject: follow up to r106215 r106218 106219 unless my search failed again, this ought to... X-Git-Tag: 1.31.0-rc.0~25965 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=267eed076fd5e10133b11d38ba87a6b5f21ebe8a;p=lhc%2Fweb%2Fwiklou.git follow up to r106215 r106218 106219 unless my search failed again, this ought to be the last one --- diff --git a/includes/Article.php b/includes/Article.php index e1561a466a..f2fb262c5f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -446,7 +446,7 @@ class Article extends Page { wfDebug( __METHOD__ . ": done file cache\n" ); # tell wgOut that output is taken care of $wgOut->disable(); - $this->mPage->viewUpdates(); + $this->mPage->doViewUpdates( $this->getContext()->getUser() ); wfProfileOut( __METHOD__ ); return;