Index: branches/unlabeled/unlabeled-1.19.2/core/units/languages/import_xml.php =================================================================== diff -u -r4881 -r5428 --- branches/unlabeled/unlabeled-1.19.2/core/units/languages/import_xml.php (.../import_xml.php) (revision 4881) +++ branches/unlabeled/unlabeled-1.19.2/core/units/languages/import_xml.php (.../import_xml.php) (revision 5428) @@ -80,8 +80,7 @@ $this->Application->SetVar('lang_mode', 't'); $this->tables['lang'] = $this->prepareTempTable('lang'); - $this->Application->setUnitOption('lang','AutoLoad',false); - $this->lang_object =& $this->Application->recallObject('lang.imp'); + $this->lang_object =& $this->Application->recallObject('lang.imp', null, Array('skip_autoload' => true)); $this->tables['phrases'] = $this->prepareTempTable('phrases'); $this->tables['emailmessages'] = $this->prepareTempTable('emailmessages');