From: Gunnar Wrobel Date: Mon, 6 Apr 2009 15:01:05 +0000 (+0200) Subject: Fix the declaration of attributes. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c6fb7b7d0a403e3dba921e6f0fa3e7e0d03b9919;p=horde.git Fix the declaration of attributes. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php index 986d24805..85ea24eeb 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php @@ -28,14 +28,7 @@ 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( ); /**