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 @@
147147 $this->setHeaders();
148148
149149 if ( wfReadOnly() ) {
 150+ global $wgOut;
150151 $wgOut->readOnlyPage();
151152 return;
152153 }

Status & tagging log