Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -144,8 +144,7 @@ |
145 | 145 | global $wgVersion; |
146 | 146 | |
147 | 147 | // This function has been deprecated in 1.16, but needed for earlier versions. |
148 | | - // It's present in 1.16 as a stub, but lets check if it exists in case it gets removed at some point. |
149 | | - if ( version_compare( $wgVersion, '1.15', '<=' ) ) { |
| 148 | + if ( version_compare( $wgVersion, '1.16', '<' ) ) { |
150 | 149 | wfLoadExtensionMessages( 'SemanticResultFormats' ); |
151 | 150 | } |
152 | 151 | |