Index: trunk/extensions/DataTransfer/specials/DT_ImportCSV.php |
— | — | @@ -57,6 +57,7 @@ |
58 | 58 | public function DTImportCSV() { |
59 | 59 | global $wgLanguageCode; |
60 | 60 | parent::__construct( 'ImportCSV' ); |
| 61 | + DTUtils::loadMessages(); |
61 | 62 | } |
62 | 63 | |
63 | 64 | function execute( $query ) { |
Index: trunk/extensions/DataTransfer/specials/DT_ImportXML.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | public function DTImportXML() { |
17 | 17 | global $wgLanguageCode; |
18 | 18 | parent::__construct( 'ImportXML' ); |
19 | | - |
| 19 | + DTUtils::loadMessages(); |
20 | 20 | } |
21 | 21 | |
22 | 22 | function execute( $query ) { |