From 5abf80c2eaad4edaca9857e3b416d3589a32e1c8 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 6 Aug 2010 17:39:45 -0400 Subject: [PATCH] Need to add geoLocation here also. --- kronolith/lib/Event.php | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.11.0