From 267eed076fd5e10133b11d38ba87a6b5f21ebe8a Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 14 Dec 2011 18:49:39 +0000 Subject: [PATCH] follow up to r106215 r106218 106219 unless my search failed again, this ought to be the last one --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1