r81417 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81416‎ | r81417 | r81418 >
Date:21:35, 2 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed version check fail
Modified paths:
  • /trunk/extensions/SubPageList/SubPageList.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SubPageList/SubPageList.php
@@ -75,8 +75,7 @@
7676 global $wgVersion;
7777
7878 // 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', '<' ) ) {
8180 wfLoadExtensionMessages( 'SubPageList' );
8281 }
8382 }

Status & tagging log