From eb31c974f5c2c4283b2cdfa2fc393e116f4666e1 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 1 Feb 2010 10:14:40 +0100 Subject: [PATCH] List is a reserverd word. --- wicked/lib/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicked/lib/Api.php b/wicked/lib/Api.php index d92554941..11166e1c6 100644 --- 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 listPages($special = true, $no_cache = false) { return $GLOBALS['wicked']->getPages($special, $no_cache); } -- 2.11.0