r59999 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59998‎ | r59999 | r60000 >
Date:18:04, 12 December 2009
Author:ialex
Status:ok
Tags:
Comment:
Missing global; was throwing Fatal error: Call to a member function getSkinFromCssJsSubpage() on a non-object in includes/EditPage.php on line 1467
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1394,7 +1394,7 @@
13951395 }
13961396
13971397 protected function showHeader() {
1398 - global $wgOut, $wgParser, $wgUser, $wgMaxArticleSize, $wgLang;
 1398+ global $wgOut, $wgParser, $wgUser, $wgTitle, $wgMaxArticleSize, $wgLang;
13991399 if ( $this->isConflict ) {
14001400 $wgOut->wrapWikiMsg( "<div class='mw-explainconflict'>\n$1</div>", 'explainconflict' );
14011401 $this->edittime = $this->mArticle->getTimestamp();

Status & tagging log