From 37466055b617375249a583d4873749a9e3b6e07e Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 25 Jul 2010 17:45:04 +0000 Subject: [PATCH] Add used global $wgOut. --- includes/LogEventsList.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1