projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d82dd1
)
Match the default value with the one Nag::listTaskLists() uses
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 23 Apr 2010 21:54:00 +0000
(17:54 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 24 Apr 2010 16:22:41 +0000
(12:22 -0400)
nag/lib/Api.php
patch
|
blob
|
history
diff --git
a/nag/lib/Api.php
b/nag/lib/Api.php
index
38e0a28
..
fef3292
100644
(file)
--- 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);
}