@@ -100,7 +100,8 @@ |
||
| 100 | 100 | $oldparent = new org_openpsa_projects_task_dba($this->old_task); |
| 101 | 101 | $oldparent->update_cache(); |
| 102 | 102 | } |
| 103 | - } catch (midcom_error $e) { |
|
| 103 | + } |
|
| 104 | + catch (midcom_error $e) { |
|
| 104 | 105 | $e->log(); |
| 105 | 106 | } |
| 106 | 107 | |