Return the attribute information.
{
if (!empty($this->_config['schema_support'])) {
$schema = $this->_getSchema();
- $info = $schema->get('objectclass', $object_class);
+ $info = $schema->get('objectclass', $objectclass);
if ($info instanceOf PEAR_Error) {
throw new Horde_Kolab_Server_Exception($info->getMessage());
}
if ($info instanceOf PEAR_Error) {
throw new Horde_Kolab_Server_Exception($info->getMessage());
}
+ return $info;
}
return parent::getAttributeSchema($attribute);
}