From: Michael J. Rubinsky Date: Wed, 26 May 2010 18:21:40 +0000 (-0400) Subject: fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab401997920b09bc346719de983c8069e03b800c;p=horde.git fix parse error --- diff --git a/nag/task.php b/nag/task.php index 9a9149035..9b6c2dff2 100644 --- 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'); }