X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsup.php;h=5e26e8b106791f489c961d5cf7e7592020f6306c;hb=9c0c8a19dd5dfcb662f8ed4df23b52f731163973;hp=911f0d9e5551955916e45c1dcbb4c9b815452352;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/actions/sup.php b/actions/sup.php index 911f0d9e55..5e26e8b106 100644 --- a/actions/sup.php +++ b/actions/sup.php @@ -22,9 +22,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } // @todo FIXME: documentation needed. class SupAction extends Action { - function handle($args) + function handle() { - parent::handle($args); + parent::handle(); $seconds = $this->trimmed('seconds');