]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/geocode.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / geocode.php
index 9e208914c16ca088cf63cd7f08c43e07eb83cefc..dc547f2c36cf2199421fd13edc0c22039f265f32 100644 (file)
@@ -47,7 +47,7 @@ class GeocodeAction extends Action
     var $lon = null;
     var $location = null;
 
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
         $token = $this->trimmed('token');
@@ -70,7 +70,7 @@ class GeocodeAction extends Action
      * @return nothing
      *
      */
-    function handle($args)
+    function handle()
     {
         header('Content-Type: application/json; charset=utf-8');
         $location_object = array();