List is a reserverd word.
authorJan Schneider <jan@horde.org>
Mon, 1 Feb 2010 09:14:40 +0000 (10:14 +0100)
committerJan Schneider <jan@horde.org>
Mon, 1 Feb 2010 17:45:23 +0000 (18:45 +0100)
wicked/lib/Api.php

index d925549..11166e1 100644 (file)
@@ -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 listPages($special = true, $no_cache = false)
     {
         return $GLOBALS['wicked']->getPages($special, $no_cache);
     }