summaryrefslogtreecommitdiff
path: root/app/Model/SubtaskTimeTracking.php
diff options
context:
space:
mode:
authorMax Kamashev <kamashev@gollard.ru>2015-09-30 09:19:19 +0300
committerMax Kamashev <kamashev@gollard.ru>2015-09-30 09:19:19 +0300
commit930406bf70e42413a83114b9530b3f63ccf9419f (patch)
tree553b2ba09cfe6d176c3e32529dcece5a9807cf4e /app/Model/SubtaskTimeTracking.php
parentcb8211ab8b1d1dc44ccfcd86a6bf2c71ad862264 (diff)
refs #1245 - Renamed argument
Diffstat (limited to 'app/Model/SubtaskTimeTracking.php')
-rw-r--r--app/Model/SubtaskTimeTracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/SubtaskTimeTracking.php b/app/Model/SubtaskTimeTracking.php
index 7381060e..4a18c8aa 100644
--- a/app/Model/SubtaskTimeTracking.php
+++ b/app/Model/SubtaskTimeTracking.php
@@ -345,7 +345,7 @@ class SubtaskTimeTracking extends Base
'id' => $subtask['id'],
'time_spent' => $subtask['time_spent'] + $time_spent,
'task_id' => $subtask['task_id'],
- ), array('quietly' => true));
+ ), false);
}
/**