not needed
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 21 Dec 2009 22:08:12 +0000 (17:08 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 21 Dec 2009 22:42:35 +0000 (17:42 -0500)
kronolith/lib/Event.php

index deb0752..aa69265 100644 (file)
@@ -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'),