Finalized module userrightsprofile

SVN:trunk[685]
This commit is contained in:
Romain Quetiez
2010-08-23 13:02:09 +00:00
parent a7799e524a
commit 80439759b7
2 changed files with 15 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ class ValueSetObjects extends ValueSetDefinition
}
else
{
$this->m_aValues[$oObject->GetKey()] = $oObject->GetAsHTML($this->m_sValueAttCode);
$this->m_aValues[$oObject->GetKey()] = $oObject->Get($this->m_sValueAttCode);
}
}
return true;