fix parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 26 May 2010 18:21:40 +0000 (14:21 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 26 May 2010 18:22:46 +0000 (14:22 -0400)
nag/task.php

index 9a91490..9b6c2df 100644 (file)
@@ -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');
     }