projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b57ac1c
)
not needed
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 21 Dec 2009 22:08:12 +0000
(17:08 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 21 Dec 2009 22:42:35 +0000
(17:42 -0500)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
deb0752
..
aa69265
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1902,7
+1902,7
@@
abstract class Kronolith_Event
}
// Tags.
- $this->tags =
htmlspecialchars_decode(Horde_Util::getFormData('tags', $this->tags)
);
+ $this->tags =
Horde_Util::getFormData('tags', $this->tags
);
// Geolocation
$this->geoLocation = array('lat' => Horde_Util::getFormData('lat'),