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 @@
447
447
wfDebug( __METHOD__ . ": done file cache\n" );
448
448
# tell wgOut that output is taken care of
449
449
$wgOut->disable();
450
- $this->mPage->viewUpdates();
450
+ $this->mPage->doViewUpdates( $this->getContext()->getUser() );
451
451
wfProfileOut( __METHOD__ );
452
452
453
453
return;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r106215
WikiPage::viewUpdates() -> WikiPage::doViewUpdates()
siebrand
17:54, 14 December 2011
r106218
follow up to
r106215
, pass user
jeroendedauw
18:32, 14 December 2011
Status & tagging log
16:54, 15 December 2011
😂
(
talk
|
contribs
)
changed the
status
of r106221
[
removed:
new
added:
ok]