From e2bd0b82c72dc888020820d708ddaf95431d84a2 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 22 Oct 2012 08:09:31 +0000 Subject: [PATCH] Fixed regression (CSV import - unknown method utils::GetConfig) -same fix as in branch 1.2 SVN:1.2.1[2323] --- pages/csvimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/csvimport.php b/pages/csvimport.php index 2f4c4cd9da..0727a140c4 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -1402,7 +1402,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'));