Completed
Push — master ( 2de361...bfd3b8 )
by Andreas
19:50
created
lib/org/openpsa/expenses/hour/report.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.