refs #1245 - Renamed argument

This commit is contained in:
Max Kamashev
2015-09-30 09:19:19 +03:00
parent cb8211ab8b
commit 930406bf70
2 changed files with 5 additions and 5 deletions

View File

@@ -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);
}
/**