Fixed the domain maintainer attributes.
authorGunnar Wrobel <p@rdus.de>
Wed, 8 Apr 2009 16:52:10 +0000 (18:52 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 8 Apr 2009 16:54:19 +0000 (18:54 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php

index c0bef84..d50b955 100644 (file)
@@ -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,
+        ),
     );
 
     /**