Fixed regression (CSV import - unknown method utils::GetConfig)

SVN:1.2[2322]
This commit is contained in:
Romain Quetiez
2012-10-22 08:07:46 +00:00
parent 891b22909a
commit 2bb8028d4d

View File

@@ -1405,7 +1405,7 @@ $('#select_template_class').change( function() {
EOF
);
if (Utils::GetConfig()->Get('csv_import_history_display'))
if (MetaModel::GetConfig()->Get('csv_import_history_display'))
{
$oPage->SetCurrentTabContainer('tabs1');
$oPage->SetCurrentTab(Dict::S('UI:History:BulkImports'));