Fix getHandler() returns null on tasks (#3)

This commit is contained in:
Dylan K. Taylor 2016-09-21 12:51:32 +01:00
parent 5485b63e6e
commit 7145e16bce

View File

@ -62,6 +62,7 @@ class TaskHandler{
$this->period = $period;
$this->timingName = $timingName === null ? "Unknown" : $timingName;
$this->timings = Timings::getPluginTaskTimings($this, $period);
$this->task->setHandler($this);
}
/**