]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/profilecompletion.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / actions / profilecompletion.php
index aaf6026eb58115c0ccef5134f0cc5e6da8c2e3b9..4b0c4607e79a4fa83b5c11d760ff03b6c622f4c0 100644 (file)
@@ -68,7 +68,7 @@ class ProfilecompletionAction extends Action
      *
      * @return boolean success flag
      */
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
 
@@ -120,7 +120,7 @@ class ProfilecompletionAction extends Action
      * @return void
      */
 
-    function handle($args)
+    function handle()
     {
         $this->msg = null;