r69837 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69836
|
r69837
|
r69838
>
Date:
19:09, 24 July 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Add missing global $wgOut;
Modified paths:
/trunk/phase3/includes/specials/SpecialConfirmemail.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialConfirmemail.php
—
—
@@ -146,6 +146,7 @@
147
147
$this->setHeaders();
148
148
149
149
if ( wfReadOnly() ) {
150
+ global $wgOut;
150
151
$wgOut->readOnlyPage();
151
152
return;
152
153
}
Status & tagging log
12:05, 14 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r69837
[
removed:
new
added:
ok]