refs #1245 - Subtask - Added option to events to avoid recursive calls

This commit is contained in:
Max Kamashev
2015-09-24 12:06:02 +03:00
parent aeb79f7de5
commit 5b2e49d294
2 changed files with 4 additions and 3 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));
}
/**