]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/recoverpassword.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / recoverpassword.php
index 2bdb6774eadb2f18908e1e14309e31e44f422943..1309cef9744e6020dbdb3326126bc8aa3c65729e 100644 (file)
@@ -29,7 +29,7 @@ class RecoverpasswordAction extends Action
     var $msg = null;
     var $success = null;
 
-    function handle($args)
+    function handle(array $args=array())
     {
         parent::handle($args);
         if (common_logged_in()) {