r81701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81700‎ | r81701 | r81702 >
Date:09:14, 8 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Remove broken 1.17 version check from Gadgets extension
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/Gadgets/Gadgets.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/Gadgets/Gadgets.php
@@ -17,10 +17,6 @@
1818 die( 1 );
1919 }
2020
21 -if ( version_compare( $wgVersion, '1.17alpha', '<' ) ) {
22 - die( "This version of Extension:Gadgets requires MediaWiki 1.17+\n" );
23 -}
24 -
2521 $wgExtensionCredits['other'][] = array(
2622 'path' => __FILE__,
2723 'name' => 'Gadgets',

Status & tagging log