lib/api

Aleksander Machniak machniak at kolabsys.com
Wed Aug 28 12:37:39 CEST 2013


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

New commits:
commit 4fc6454f8cfe781cad262f55eea1136a4a0b7b57
Author: Aleksander Machniak <alec at alec.pl>
Date:   Wed Aug 28 12:37:06 2013 +0200

    'true' -> true

diff --git a/lib/api/kolab_api_service_domain_types.php b/lib/api/kolab_api_service_domain_types.php
index 397ca1b..6152ea4 100644
--- a/lib/api/kolab_api_service_domain_types.php
+++ b/lib/api/kolab_api_service_domain_types.php
@@ -65,7 +65,7 @@ class kolab_api_service_domain_types extends kolab_api_service
                             'type' => 'list',
                         ),
                         'inetdomainbasedn' => array(
-                            'optional' => 'true',
+                            'optional' => true,
                         ),
                         'inetdomainstatus' => array(
                             'type' => 'checkbox',




More information about the commits mailing list