r88448 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88447‎ | r88448 | r88449 >
Date:12:35, 20 May 2011
Author:yaron
Status:ok
Tags:
Comment:
Fix to r86475 - wrong extension name!
Modified paths:
  • /trunk/extensions/ExternalData/ED_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExternalData/ED_Utils.php
@@ -17,7 +17,7 @@
1818 public static function loadMessages() {
1919 global $wgVersion;
2020 if ( version_compare( $wgVersion, '1.16', '<' ) ) {
21 - wfLoadExtensionMessages( 'SemanticForms' );
 21+ wfLoadExtensionMessages( 'ExternalData' );
2222 }
2323 }
2424

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86475Re-added wfLoadExtensionMessages() call, this time called only with MW <= 1.16yaron14:39, 20 April 2011

Status & tagging log