From 93aacf9b794e88fffb4a262bb12e47bc1a6647a8 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 9 Mar 2010 11:45:45 -0500 Subject: [PATCH] remove redundant tagging operation --- kronolith/edit.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } -- 2.11.0