Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -1088,6 +1088,7 @@ |
1089 | 1089 | * Take over the whole output page in $wgOut with the log display. |
1090 | 1090 | */ |
1091 | 1091 | public function show() { |
| 1092 | + global $wgOut; |
1092 | 1093 | # Set title and add header |
1093 | 1094 | $this->list->showHeader( $pager->getType() ); |
1094 | 1095 | # Show form options |