r69878 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69877‎ | r69878 | r69879 >
Date:17:45, 25 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Add used global $wgOut.
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -1088,6 +1088,7 @@
10891089 * Take over the whole output page in $wgOut with the log display.
10901090 */
10911091 public function show() {
 1092+ global $wgOut;
10921093 # Set title and add header
10931094 $this->list->showHeader( $pager->getType() );
10941095 # Show form options

Status & tagging log