summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/geocode.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/actions/geocode.php b/actions/geocode.php
index 7fd696baf..e883c6ce4 100644
--- a/actions/geocode.php
+++ b/actions/geocode.php
@@ -42,6 +42,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
*/
class GeocodeAction extends Action
{
+ var $lat = null;
+ var $lon = null;
+ var $location = null;
+
function prepare($args)
{
parent::prepare($args);
@@ -90,4 +94,3 @@ class GeocodeAction extends Action
return true;
}
}
-?>