From c9cc82eec898654846c3c7e409269166cc5dba7c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 7 Feb 2015 21:44:51 -0500 Subject: Update subtask spent based on the time tracking --- app/Controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') diff --git a/app/Controller/Config.php b/app/Controller/Config.php index 9005c300..01c7ad53 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -38,7 +38,7 @@ class Config extends Base { if ($this->request->isPost()) { - $values = $this->request->getValues(); + $values = $this->request->getValues() + array('subtask_restriction' => 0, 'subtask_time_tracking' => 0); if ($this->config->save($values)) { $this->config->reload(); -- cgit v1.2.3