Index: trunk/extensions/Contest/includes/ContestantPager.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | * @return OutputPage |
104 | 104 | */ |
105 | 105 | public function getOutput() { |
106 | | - return version_compare( $GLOBALS['wgVersion'], '1.19', '>=' ) ? parent::getOutput() : $GLOBALS['wgOut']; |
| 106 | + return version_compare( $GLOBALS['wgVersion'], '1.18', '>' ) ? parent::getOutput() : $GLOBALS['wgOut']; |
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | * @return Language |
116 | 116 | */ |
117 | 117 | public function getLang() { |
118 | | - return version_compare( $GLOBALS['wgVersion'], '1.19', '>=' ) ? parent::getLang() : $GLOBALS['wgLang']; |
| 118 | + return version_compare( $GLOBALS['wgVersion'], '1.18', '>' ) ? parent::getLang() : $GLOBALS['wgLang']; |
119 | 119 | } |
120 | 120 | |
121 | 121 | public function getFieldNames() { |