mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fixed regression (CSV import - unknown method utils::GetConfig)
SVN:1.2[2322]
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user