forked from GNUsocial/gnu-social
add lat, lon, location and remove closing tag from geocode.php
This commit is contained in:
parent
1b7cc3393a
commit
def5d56ce1
@ -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;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user