projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341a61e
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 5 Aug 2009 19:49:56 +0000
(15:49 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 5 Aug 2009 19:49:56 +0000
(15:49 -0400)
nag/lib/Api.php
patch
|
blob
|
history
diff --git
a/nag/lib/Api.php
b/nag/lib/Api.php
index
5788a75
..
4e2a015
100644
(file)
--- a/
nag/lib/Api.php
+++ b/
nag/lib/Api.php
@@
-384,7
+384,7
@@
class Nag_Api extends Horde_Registry_Api
if (is_null($tasklists)) {
$tasklists = $GLOBALS['display_tasklists'];
}
- if (is_null($completed) || !isset($completedArray[$completed]) {
+ if (is_null($completed) || !isset($completedArray[$completed])
)
{
$completed = $GLOBALS['prefs']->getValue('show_completed');
} else {
$completed = $completedArray[$completed];