N°2522 - API : Deprecate SetupPage:log*

This commit is contained in:
Molkobain
2022-01-27 17:23:12 +01:00
parent 3bec96abe1
commit 3d3d94e837
3 changed files with 2 additions and 4 deletions

View File

@@ -227,8 +227,6 @@ class XMLDataLoader
{
$sMsg = "Unknown attribute code - $sClass/$sAttCode";
continue; // ignore silently...
//SetupPage::log_error($sMsg);
//throw(new Exception($sMsg));
}
$oAttDef = MetaModel::GetAttributeDef($sClass, $sAttCode);