r85818 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85817‎ | r85818 | r85819 >
Date:19:22, 11 April 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added call to loadMessages()
Modified paths:
  • /trunk/extensions/DataTransfer/specials/DT_ViewXML.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataTransfer/specials/DT_ViewXML.php
@@ -15,7 +15,7 @@
1616 public function DTViewXML() {
1717 global $wgLanguageCode;
1818 parent::__construct( 'ViewXML' );
19 -
 19+ DTUtils::loadMessages();
2020 }
2121
2222 function execute( $query ) {

Status & tagging log