Start and EndActionExecute added/fixed/documented

This commit is contained in:
Mikael Nordfeldth
2015-02-27 12:11:43 +01:00
parent 1cc96cd334
commit f25e5e3860
4 changed files with 17 additions and 8 deletions

View File

@@ -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();