projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9291a8
)
fix browse() signature (rpolli (at) babel (dot) it, #8339)
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 11 Jun 2009 03:52:30 +0000
(23:52 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 11 Jun 2009 03:52:30 +0000
(23:52 -0400)
kronolith/lib/api.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/api.php
b/kronolith/lib/api.php
index
6490fcb
..
581676a
100644
(file)
--- 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',
);