From 930406bf70e42413a83114b9530b3f63ccf9419f Mon Sep 17 00:00:00 2001 From: Max Kamashev Date: Wed, 30 Sep 2015 09:19:19 +0300 Subject: refs #1245 - Renamed argument --- app/Model/SubtaskTimeTracking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model/SubtaskTimeTracking.php') 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); } /** -- cgit v1.2.3