From: Michael J. Rubinsky Date: Tue, 9 Mar 2010 16:45:45 +0000 (-0500) Subject: remove redundant tagging operation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=93aacf9b794e88fffb4a262bb12e47bc1a6647a8;p=horde.git remove redundant tagging operation --- diff --git a/kronolith/edit.php b/kronolith/edit.php index d4ab6954a..01e77f1fe 100644 --- a/kronolith/edit.php +++ b/kronolith/edit.php @@ -19,8 +19,7 @@ function _save(&$event) } catch (Exception $e) { $GLOBALS['notification']->push(sprintf(_("There was an error editing the event: %s"), $e->getMessage()), 'horde.error'); } - $tagger = Kronolith::getTagger(); - $tagger->replaceTags($event->uid, Horde_Util::getFormData('tags'), $event->creator); + Kronolith::notifyOfResourceRejection($event); }