From: Jan Schneider Date: Mon, 17 May 2010 14:26:42 +0000 (+0200) Subject: Catch error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d1c4035fda9b351d4b5ed23f9fffe8470c358c9c;p=horde.git Catch error. --- diff --git a/kronolith/lib/Driver/Sql.php b/kronolith/lib/Driver/Sql.php index 84e725fb2..1b282aa0e 100644 --- a/kronolith/lib/Driver/Sql.php +++ b/kronolith/lib/Driver/Sql.php @@ -654,8 +654,10 @@ class Kronolith_Driver_Sql extends Kronolith_Driver $tagger = Kronolith::getTagger(); $tagger->tag($event->uid, $event->tags, $event->creator, 'event'); - /* Add tags again, but as the share owner (replaceTags removes ALL tags). */ + /* Add tags again, but as the share owner (replaceTags removes ALL + * tags). */ $cal = $GLOBALS['kronolith_shares']->getShare($event->calendar); + $this->handleError($cal); $tagger->tag($event->uid, $event->tags, $cal->get('owner'), 'event'); /* Update Geolocation */