Branch 'ticket/3335' - lib/api

Daniel Hoffend hoffend at kolabsys.com
Wed Feb 18 00:14:30 CET 2015


 lib/api/kolab_api_service_form_value.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c49af8e285556d5c7ba27c30987c3633e952f4e1
Author: Daniel Hoffend <dh at dotlan.net>
Date:   Wed Feb 18 00:14:27 2015 +0100

    fixed cn creation

diff --git a/lib/api/kolab_api_service_form_value.php b/lib/api/kolab_api_service_form_value.php
index bd53f9c..3f40310 100644
--- a/lib/api/kolab_api_service_form_value.php
+++ b/lib/api/kolab_api_service_form_value.php
@@ -576,8 +576,8 @@ class kolab_api_service_form_value extends kolab_api_service
                 }
             }
 
+            $cn = $postdata['cn'];
             $imap_hierarchysep = '/';
-            $cn = $this->generate_cn_resource($postdata, $attribs);
 
             return $cn ? 'shared' . $imap_hierarchysep . $cn . '@' . $_SESSION['user']->get_domain() : '';
         }




More information about the commits mailing list