projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7042c6e
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 26 May 2010 18:21:40 +0000
(14:21 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 26 May 2010 18:22:46 +0000
(14:22 -0400)
nag/task.php
patch
|
blob
|
history
diff --git
a/nag/task.php
b/nag/task.php
index
9a91490
..
9b6c2df
100644
(file)
--- a/
nag/task.php
+++ b/
nag/task.php
@@
-87,7
+87,7
@@
case 'modify_task':
$task_id = $vars->get('task');
$tasklist_id = $vars->get('tasklist');
try {
- $share = $GLOBALS['nag_shares']->getShare($tasklist_id);
s
+ $share = $GLOBALS['nag_shares']->getShare($tasklist_id);
} catch (Horde_Share_Exception $e) {
$notification->push(sprintf(_("Access denied editing task: %s"), $e->getMessage()), 'horde.error');
}