From 8cea90f2b8be16e920175fda8381a21f0009446a Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Fri, 3 Apr 2009 21:15:45 +0200 Subject: [PATCH] Correct the class names. --- koward/config/objects.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koward/config/objects.php b/koward/config/objects.php index b394cd211..f34ddaf67 100644 --- a/koward/config/objects.php +++ b/koward/config/objects.php @@ -12,7 +12,7 @@ $objects['Horde_Kolab_Server_Object'] = array( ), ); -$objects['Horde_Kolab_Server_Object_user'] = array( +$objects['Horde_Kolab_Server_Object_Kolab_User'] = array( 'label' => _("User"), 'list_label' => _("Users"), 'attributes' => array( @@ -36,7 +36,7 @@ $objects['Horde_Kolab_Server_Object_user'] = array( ), ); -$objects['Horde_Kolab_Server_Object_administrator'] = array( +$objects['Horde_Kolab_Server_Object_Kolab_Administrator'] = array( 'label' => _("Administrator"), 'list_label' => _("Administrators"), 'attributes' => array( -- 2.11.0