]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/robotstxt.php
Type-hint is array here.
[quix0rs-gnu-social.git] / actions / robotstxt.php
index fdfc2bd1bd650cdee7bbaf76d3c03a3a642619e7..4df04b564a5b46127578c12c611f352dd80e2de6 100644 (file)
@@ -76,7 +76,7 @@ class RobotstxtAction extends ManagedAction
      *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }