mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
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:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user