]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/restoreaccount.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / restoreaccount.php
index 81c792bd008b7b0afb1f172cc62b5aeb6ac7c452..6b6cd64f9412dcb7b7dd660a32033dae279afdfe 100644 (file)
@@ -258,7 +258,7 @@ class RestoreaccountAction extends Action
      *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return false;
     }