OQL normalization and dashlets have been made independent from the class MetaModel (adjusted the API)

SVN:trunk[2773]
This commit is contained in:
Romain Quetiez
2013-06-13 14:11:13 +00:00
parent 71cc6f7e6b
commit 0c1a366c07
2 changed files with 16 additions and 4 deletions

View File

@@ -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'");
}
}