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