Index: trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php |
— | — | @@ -33,6 +33,7 @@ |
34 | 34 | protected function getRightRequirement() { return 'lqt-merge'; } |
35 | 35 | |
36 | 36 | public function checkParameters( $par ) { |
| 37 | + global $wgOut; |
37 | 38 | if ( !parent::checkParameters($par) ) { |
38 | 39 | return false; |
39 | 40 | } |