r89007 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89006‎ | r89007 | r89008 >
Date:22:45, 27 May 2011
Author:foxtrott
Status:deferred
Tags:
Comment:
followup r89006: fix comment
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php
@@ -1087,9 +1087,9 @@
10881088
10891089 global $wgVersion;
10901090 // @TODO The "User" class was added to the function header
1091 -// for SpecialPage::userCanExecute in MW 1.19 (r86407) - somehow
 1091+// for SpecialPage::userCanExecute in MW 1.18 (r86407) - somehow
10921092 // both the old and new signatures need to be supported. When support
1093 -// is dropped for MW below 1.19 this should be reintegrated into one
 1093+// is dropped for MW below 1.18 this should be reintegrated into one
10941094 // class.
10951095 if ( version_compare( $wgVersion, '1.18alpha', '<' )) {
10961096

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89006followup r89002: nasty trick to support both the old and the new signatures f...foxtrott22:44, 27 May 2011