follow up to r106215 r106218 106219 unless my search failed again, this ought to...
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Wed, 14 Dec 2011 18:49:39 +0000 (18:49 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Wed, 14 Dec 2011 18:49:39 +0000 (18:49 +0000)
includes/Article.php

index e1561a4..f2fb262 100644 (file)
@@ -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;