]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/robotstxt.php
Added missing isPrivateScope().
[quix0rs-gnu-social.git] / actions / robotstxt.php
index d686042cb12fe8e52a2a74a4fb910c1a57a05582..5845e197b6fe9811aa4ee246063b9c6acd9445d8 100644 (file)
@@ -52,7 +52,7 @@ class RobotstxtAction extends Action
      *
      * @return void
      */
-    function handle($args)
+    function handle(array $args=array())
     {
         if (Event::handle('StartRobotsTxt', array($this))) {
 
@@ -88,7 +88,7 @@ class RobotstxtAction extends Action
      *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }