Start and EndActionExecute added/fixed/documented
This commit is contained in:
@@ -14,7 +14,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;
|
||||
|
Reference in New Issue
Block a user