]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/geocode.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / actions / geocode.php
index 6e4d1ce0f4714521ebb8cdce2b55a5fc7d2da26a..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');