X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fnudge.php;h=5ceaa180636c76e743fa4d587b355d0dba9e7299;hb=abd90bbdf562614755802885dfb5673645df8575;hp=801d1f06810aa343dbfe78e2cb37e005db519cd8;hpb=c00491cd7a29a9ef16d6e6bfa54505d4c9a522fe;p=quix0rs-gnu-social.git diff --git a/actions/nudge.php b/actions/nudge.php index 801d1f0681..5ceaa18063 100644 --- a/actions/nudge.php +++ b/actions/nudge.php @@ -55,7 +55,7 @@ class NudgeAction extends Action * * @return nothing */ - function handle($args) + function handle(array $args=array()) { parent::handle($args); @@ -125,7 +125,7 @@ class NudgeAction extends Action } } - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }