From: Gunnar Wrobel Date: Fri, 3 Apr 2009 19:15:45 +0000 (+0200) Subject: Correct the class names. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8cea90f2b8be16e920175fda8381a21f0009446a;p=horde.git Correct the class names. --- 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(