From: Michael J. Rubinsky Date: Fri, 6 Aug 2010 21:39:45 +0000 (-0400) Subject: Need to add geoLocation here also. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5abf80c2eaad4edaca9857e3b416d3589a32e1c8;p=horde.git Need to add geoLocation here also. --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 1c3347d32..535a7fa1c 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -324,6 +324,7 @@ abstract class Kronolith_Event case 'indent': case 'span': case 'rowspan': + case 'geoLocation': $this->{'_' . $name} = $value; return; }