r88449 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88448‎ | r88449 | r88450 >
Date:12:37, 20 May 2011
Author:yaron
Status:ok
Tags:
Comment:
Fix to r85764 - wrong extension name!
Modified paths:
  • /trunk/extensions/DataTransfer/includes/DT_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataTransfer/includes/DT_Utils.php
@@ -13,7 +13,7 @@
1414 public static function loadMessages() {
1515 global $wgVersion;
1616 if ( version_compare( $wgVersion, '1.16', '<' ) ) {
17 - wfLoadExtensionMessages( 'SemanticForms' );
 17+ wfLoadExtensionMessages( 'DataTransfer' );
1818 }
1919 }
2020

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85764Added new method, loadMessages(), that calls wfLoadExtensionMessages() when n...yaron18:01, 10 April 2011

Status & tagging log