diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 17:37:13 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 17:37:13 -0500 |
commit | d634a53e9c2c9b5c4dac6c701557f6b69dc06213 (patch) | |
tree | 20f40bd7e54a460778b3f47f8162d41319e63665 /app/Model/TaskFilter.php | |
parent | 92509c43c452daea115a4f6e99d94bda5538c8f0 (diff) |
Update moment.js and add timezone in template
Diffstat (limited to 'app/Model/TaskFilter.php')
-rw-r--r-- | app/Model/TaskFilter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskFilter.php b/app/Model/TaskFilter.php index eac90aab..b5a90154 100644 --- a/app/Model/TaskFilter.php +++ b/app/Model/TaskFilter.php @@ -100,6 +100,7 @@ class TaskFilter extends Base foreach ($this->query->findAll() as $task) { $events[] = array( + 'timezoneParam' => $this->config->getCurrentTimezone(), 'id' => $task['id'], 'title' => t('#%d', $task['id']).' '.$task['title'], 'start' => date('Y-m-d', $task['date_due']), |