Fix the declaration of attributes.
authorGunnar Wrobel <p@rdus.de>
Mon, 6 Apr 2009 15:01:05 +0000 (17:01 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 6 Apr 2009 15:01:05 +0000 (17:01 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php

index 986d248..85ea24e 100644 (file)
 class Horde_Kolab_Server_Object_Kolab_Adminrole extends Horde_Kolab_Server_Object_Kolabinetorgperson
 {
 
-    /**
-     * Attributes derived from the LDAP values.
-     *
-     * @var array
-     */
-    public $derived_attributes = array(
-        self::ATTRIBUTE_ID,
-        self::ATTRIBUTE_LNFN,
+    static public $init_attributes = array(
     );
 
     /**