From: Platonides Date: Sun, 25 Jul 2010 17:45:04 +0000 (+0000) Subject: Add used global $wgOut. X-Git-Tag: 1.31.0-rc.0~35952 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=37466055b617375249a583d4873749a9e3b6e07e;p=lhc%2Fweb%2Fwiklou.git Add used global $wgOut. --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 9a58362856..188e23fd2e 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -1088,6 +1088,7 @@ class LogViewer { * Take over the whole output page in $wgOut with the log display. */ public function show() { + global $wgOut; # Set title and add header $this->list->showHeader( $pager->getType() ); # Show form options