Index: trunk/extensions/SubPageList/SubPageList.php |
— | — | @@ -75,8 +75,7 @@ |
76 | 76 | global $wgVersion; |
77 | 77 | |
78 | 78 | // This function has been deprecated in 1.16, but needed for earlier versions. |
79 | | - // It's present in 1.16 as a stub, but lets check if it exists in case it gets removed at some point. |
80 | | - if ( version_compare( $wgVersion, '1.15', '<=' ) ) { |
| 79 | + if ( version_compare( $wgVersion, '1.16', '<' ) ) { |
81 | 80 | wfLoadExtensionMessages( 'SubPageList' ); |
82 | 81 | } |
83 | 82 | } |