@@ -98,7 +98,8 @@ |
||
98 | 98 | if ($this->old_task) { |
99 | 99 | self::update_cache(new org_openpsa_projects_task_dba($this->old_task)); |
100 | 100 | } |
101 | - } catch (midcom_error $e) { |
|
101 | + } |
|
102 | + catch (midcom_error $e) { |
|
102 | 103 | $e->log(); |
103 | 104 | } |
104 | 105 |
@@ -48,7 +48,8 @@ |
||
48 | 48 | foreach (array_unique($tasks_to_update) as $id) { |
49 | 49 | try { |
50 | 50 | org_openpsa_expenses_hour_report_dba::update_cache(new org_openpsa_projects_task_dba($id)); |
51 | - } catch (midcom_error $e) { |
|
51 | + } |
|
52 | + catch (midcom_error $e) { |
|
52 | 53 | $e->log(); |
53 | 54 | } |
54 | 55 | } |