From 2bb8028d4dbfda69633d0c0907887ce8691d136e Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 22 Oct 2012 08:07:46 +0000 Subject: [PATCH] Fixed regression (CSV import - unknown method utils::GetConfig) SVN:1.2[2322] --- pages/csvimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/csvimport.php b/pages/csvimport.php index 2ec7d7df9..cc6983301 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -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'));