X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frobotstxt.php;h=5845e197b6fe9811aa4ee246063b9c6acd9445d8;hb=d4e76bc25b5bdcb47d8d267fcb7b9f3b9f0b9585;hp=d686042cb12fe8e52a2a74a4fb910c1a57a05582;hpb=27ef3b1d905cdf8f47b47293a757624dda88fdc7;p=quix0rs-gnu-social.git diff --git a/actions/robotstxt.php b/actions/robotstxt.php index d686042cb1..5845e197b6 100644 --- a/actions/robotstxt.php +++ b/actions/robotstxt.php @@ -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; }