From: Gunnar Wrobel
Date: Wed, 8 Apr 2009 16:52:10 +0000 (+0200) Subject: Fixed the domain maintainer attributes. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7df106bc42ef9d0199935139a6b32f04bf3deef8;p=horde.git Fixed the domain maintainer attributes. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php index c0bef8479..d50b95535 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php @@ -31,14 +31,14 @@ class Horde_Kolab_Server_Object_Kolab_Domainmaintainer extends Horde_Kolab_Serve const ATTRIBUTE_DOMAIN = 'domain'; /** - * Attributes derived from the LDAP values. + * A structure to initialize the attribute structure for this class. * * @var array */ - public $derived_attributes = array( - self::ATTRIBUTE_ID, - self::ATTRIBUTE_LNFN, - self::ATTRIBUTE_DOMAIN, + static public $init_attributes = array( + 'defined' => array( + self::ATTRIBUTE_DOMAIN, + ), ); /**