From c6fb7b7d0a403e3dba921e6f0fa3e7e0d03b9919 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Mon, 6 Apr 2009 17:01:05 +0200 Subject: [PATCH] Fix the declaration of attributes. --- .../lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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( ); /** -- 2.11.0