Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php |
— | — | @@ -1087,9 +1087,9 @@ |
1088 | 1088 | |
1089 | 1089 | global $wgVersion; |
1090 | 1090 | // @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 |
1092 | 1092 | // 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 |
1094 | 1094 | // class. |
1095 | 1095 | if ( version_compare( $wgVersion, '1.18alpha', '<' )) { |
1096 | 1096 | |