diff --git a/module/task/model.php b/module/task/model.php index f2c6c63141..7b7b9dc98e 100644 --- a/module/task/model.php +++ b/module/task/model.php @@ -3783,7 +3783,8 @@ class taskModel extends model public function buildNestedList($execution, $task, $isChild = false, $showmore = false, $users = array()) { $this->app->loadLang('execution'); - $today = helper::today(); + + $today = helper::today(); $showmore = $showmore ? 'showmore' : ''; $trAttrs = "data-id='t$task->id'"; if(!$isChild)