remove redundant tagging operation
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 16:45:45 +0000 (11:45 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 16:45:45 +0000 (11:45 -0500)
kronolith/edit.php

index d4ab695..01e77f1 100644 (file)
@@ -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);
 }