From f59b1ae8f3e7e09e18f956cceb7106b4b27dd645 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 23 Apr 2010 17:54:00 -0400 Subject: [PATCH] Match the default value with the one Nag::listTaskLists() uses --- nag/lib/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nag/lib/Api.php b/nag/lib/Api.php index 38e0a2880..fef329254 100644 --- a/nag/lib/Api.php +++ b/nag/lib/Api.php @@ -101,7 +101,7 @@ class Nag_Api extends Horde_Registry_Api * * @return array The task lists. */ - public function listTasklists($owneronly, $permission) + public function listTasklists($owneronly = false, $permission = Horde_Perms::SHOW) { return Nag::listTasklists($owneronly, $permission); } -- 2.11.0