Rename constants according to @steffunky 's advice (better DX)

This commit is contained in:
Molkobain
2021-02-19 18:35:20 +01:00
parent ea502e9c81
commit 5e21ec03cd
5 changed files with 36 additions and 14 deletions

View File

@@ -1440,7 +1440,8 @@ EOF
if (Utils::GetConfig()->Get('csv_import_history_display'))
{
$oPage->SetCurrentTabContainer('tabs1');
$oPage->AddAjaxTab('UI:History:BulkImports', utils::GetAbsoluteUrlAppRoot().'pages/csvimport.php?step=11', true /* bCache */, null, AjaxTab::ENUM_TAB_PLACEHOLDER_REL_PATH_MISC);
$oPage->AddAjaxTab('UI:History:BulkImports', utils::GetAbsoluteUrlAppRoot().'pages/csvimport.php?step=11', true /* bCache */,
null, AjaxTab::ENUM_TAB_PLACEHOLDER_MISC);
}
}