X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpportunisticQM%2FOpportunisticQMPlugin.php;h=fdd484caefff0b5264c24940cb65b79ca9eb3bf9;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=32f11f12ce4fefacbf1b9dc1c4e9c327cbe9b22a;hpb=b8506d775833fa7ea53e08c58fdf23a4d1257727;p=quix0rs-gnu-social.git diff --git a/plugins/OpportunisticQM/OpportunisticQMPlugin.php b/plugins/OpportunisticQM/OpportunisticQMPlugin.php index 32f11f12ce..fdd484caef 100644 --- a/plugins/OpportunisticQM/OpportunisticQMPlugin.php +++ b/plugins/OpportunisticQM/OpportunisticQMPlugin.php @@ -40,7 +40,7 @@ class OpportunisticQMPlugin extends Plugin { * When the page has finished rendering, let's do some cron jobs * if we have the time. */ - public function onEndActionExecute($status, Action $action) + public function onEndActionExecute(Action $action) { if ($action instanceof RunqueueAction) { return true;