projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521dcf5
)
remove redundant tagging operation
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 9 Mar 2010 16:45:45 +0000
(11:45 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 9 Mar 2010 16:45:45 +0000
(11:45 -0500)
kronolith/edit.php
patch
|
blob
|
history
diff --git
a/kronolith/edit.php
b/kronolith/edit.php
index
d4ab695
..
01e77f1
100644
(file)
--- 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);
}