mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
#251 Allow configuration managers to modify/delete Contacts
SVN:trunk[785]
This commit is contained in:
@@ -831,9 +831,6 @@ class SetupProfiles
|
||||
}
|
||||
foreach ($aWriteableClasses as $sClass => $foo)
|
||||
{
|
||||
// Skip non instantiable classes
|
||||
if (MetaModel::IsAbstract($sClass)) continue;
|
||||
|
||||
if (!MetaModel::IsValidClass($sClass))
|
||||
{
|
||||
throw new CoreException("Invalid class name '$sClass'");
|
||||
|
||||
Reference in New Issue
Block a user