http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97540

Revision: 97540
Author:   asher
Date:     2011-09-19 18:56:48 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
hack - version_compare statement broken for 1.18wmf

Modified Paths:
--------------
    branches/wmf/1.18wmf1/extensions/Gadgets/Gadgets.php

Modified: branches/wmf/1.18wmf1/extensions/Gadgets/Gadgets.php
===================================================================
--- branches/wmf/1.18wmf1/extensions/Gadgets/Gadgets.php        2011-09-19 
18:53:26 UTC (rev 97539)
+++ branches/wmf/1.18wmf1/extensions/Gadgets/Gadgets.php        2011-09-19 
18:56:48 UTC (rev 97540)
@@ -17,9 +17,9 @@
        die( 1 );
 }
 
-if ( version_compare( $wgVersion, '1.18alpha', '<' ) ) {
-       die( "This version of Extension:Gadgets requires MediaWiki 1.18+\n" );
-}
+#if ( version_compare( $wgVersion, '1.18alpha', '<' ) ) {
+#      die( "This version of Extension:Gadgets requires MediaWiki 1.18+\n" );
+#}
 
 $wgExtensionCredits['other'][] = array(
        'path' => __FILE__,


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to