Start and EndActionExecute added/fixed/documented
This commit is contained in:
@@ -37,7 +37,7 @@ class CronishPlugin 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)
|
||||
{
|
||||
$cron = new Cronish();
|
||||
$cron->callTimedEvents();
|
||||
|
Reference in New Issue
Block a user