From: Jan Schneider Date: Mon, 1 Feb 2010 09:14:40 +0000 (+0100) Subject: List is a reserverd word. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eb31c974f5c2c4283b2cdfa2fc393e116f4666e1;p=horde.git List is a reserverd word. --- 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); }