fix browse() signature (rpolli (at) babel (dot) it, #8339)
authorChuck Hagenbuch <chuck@horde.org>
Thu, 11 Jun 2009 03:52:30 +0000 (23:52 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 11 Jun 2009 03:52:30 +0000 (23:52 -0400)
kronolith/lib/api.php

index 6490fcb..581676a 100644 (file)
@@ -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',
 );