Add used global $wgOut.
authorPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 17:45:04 +0000 (17:45 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 17:45:04 +0000 (17:45 +0000)
includes/LogEventsList.php

index 9a58362..188e23f 100644 (file)
@@ -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