projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b09dc1
)
List is a reserverd word.
author
Jan Schneider
<jan@horde.org>
Mon, 1 Feb 2010 09:14:40 +0000
(10:14 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 1 Feb 2010 17:45:23 +0000
(18:45 +0100)
wicked/lib/Api.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Api.php
b/wicked/lib/Api.php
index
d925549
..
11166e1
100644
(file)
--- a/
wicked/lib/Api.php
+++ b/
wicked/lib/Api.php
@@
-31,7
+31,7
@@
class Wicked_Api extends Horde_Registry_Api
*
* @return array An array of all available pages.
*/
- public function list($special = true, $no_cache = false)
+ public function list
Pages
($special = true, $no_cache = false)
{
return $GLOBALS['wicked']->getPages($special, $no_cache);
}