r106221 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106220‎ | r106221 | r106222 >
Date:18:49, 14 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
follow up to r106215 r106218 106219 unless my search failed again, this ought to be the last one
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -446,7 +446,7 @@
447447 wfDebug( __METHOD__ . ": done file cache\n" );
448448 # tell wgOut that output is taken care of
449449 $wgOut->disable();
450 - $this->mPage->viewUpdates();
 450+ $this->mPage->doViewUpdates( $this->getContext()->getUser() );
451451 wfProfileOut( __METHOD__ );
452452
453453 return;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106215WikiPage::viewUpdates() -> WikiPage::doViewUpdates()siebrand17:54, 14 December 2011
r106218follow up to r106215, pass userjeroendedauw18:32, 14 December 2011

Status & tagging log