Datamodel revised

SVN:trunk[571]
This commit is contained in:
Romain Quetiez
2010-07-06 09:46:28 +00:00
parent de1deefa44
commit 018167a5d3
10 changed files with 24 additions and 54 deletions

View File

@@ -105,7 +105,7 @@ abstract class AttributeDefinition
{
if (!array_key_exists($sParam, $this->m_aParams))
{
throw new CoreException("Unknown attribute definition parameter '$sParam', please select a value in {".implode(", ", $this->m_aParams)."}");
throw new CoreException("Unknown attribute definition parameter '$sParam', please select a value in {".implode(", ", array_keys($this->m_aParams))."}");
}
else
{