Fixed regression (CSV import - unknown method utils::GetConfig) -same fix as in branch 1.2

SVN:1.2.1[2323]
This commit is contained in:
Romain Quetiez
2012-10-22 08:09:31 +00:00
parent 48a067c286
commit e2bd0b82c7

View File

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