mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
OQL normalization and dashlets have been made independent from the class MetaModel (adjusted the API)
SVN:trunk[2773]
This commit is contained in:
@@ -174,7 +174,7 @@ abstract class MetaModel
|
||||
// (it is not possible to guess it when called as myderived::...)
|
||||
if (!array_key_exists($sClass, self::$m_aClassParams))
|
||||
{
|
||||
throw new CoreException("Unknown class '$sClass', expected a value in {".implode(', ', array_keys(self::$m_aClassParams))."}");
|
||||
throw new CoreException("Unknown class '$sClass'");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user