Need to add geoLocation here also.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 6 Aug 2010 21:39:45 +0000 (17:39 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 6 Aug 2010 21:39:45 +0000 (17:39 -0400)
kronolith/lib/Event.php

index 1c3347d..535a7fa 100644 (file)
@@ -324,6 +324,7 @@ abstract class Kronolith_Event
         case 'indent':
         case 'span':
         case 'rowspan':
+        case 'geoLocation':
             $this->{'_' . $name} = $value;
             return;
         }