From: Chuck Hagenbuch Date: Thu, 11 Jun 2009 03:52:30 +0000 (-0400) Subject: fix browse() signature (rpolli (at) babel (dot) it, #8339) X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ebdfffb4b98e9be51d55c8a400d29247c3ed10b7;p=horde.git fix browse() signature (rpolli (at) babel (dot) it, #8339) --- diff --git a/kronolith/lib/api.php b/kronolith/lib/api.php index 6490fcb10..581676a4f 100644 --- a/kronolith/lib/api.php +++ b/kronolith/lib/api.php @@ -30,7 +30,7 @@ $_services['show'] = array( ); $_services['browse'] = array( - 'args' => array('path' => 'string'), + 'args' => array('path' => 'string', 'properties' => '{urn:horde}stringArray'), 'type' => '{urn:horde}hashHash', );