r100604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100603‎ | r100604 | r100605 >
Date:13:29, 24 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix comment typo in r99537
Modified paths:
  • /branches/RL2/extensions/Gadgets/Gadgets.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/Gadgets.php
@@ -17,7 +17,7 @@
1818 die( 1 );
1919 }
2020
21 -if ( version_compare( $wgVersion, '1.19c', '<' ) ) { // Needs to be 1.18c because version_compare() works in confusing ways
 21+if ( version_compare( $wgVersion, '1.19c', '<' ) ) { // Needs to be 1.19c because version_compare() works in confusing ways
2222 die( "This version of Extension:Gadgets requires MediaWiki 1.19+\n" );
2323 }
2424

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99537[RL2] Fix version check in Gadgets too, see r99536catrope19:11, 11 October 2011

Status & tagging log