Fix method name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 13 Feb 2010 14:30:06 +0000 (09:30 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 13 Feb 2010 14:30:06 +0000 (09:30 -0500)
kronolith/lib/Geo/Sql.php

index 7741650..4db7031 100644 (file)
@@ -98,7 +98,7 @@ class Kronolith_Geo_Sql extends Kronolith_Geo
          */
         if ((empty($point['lat']) || empty($point['lon'])) && $count) {
             // Delete the record.
-            $this->removeLocation($event_id);
+            $this->deleteLocation($event_id);
             return;
         } elseif (empty($point['lat']) || empty($point['lon'])) {
             return;