Passed
Push — master ( d53a79...bd714b )
by Andreas
21:10
created
lib/org/openpsa/products/handler/product/create.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,8 @@
 block discarded – undo
63 63
         if ($group > 0) {
64 64
             try {
65 65
                 $this->parent = new org_openpsa_products_product_group_dba($group);
66
-            } catch (midcom_error $e) {
66
+            }
67
+            catch (midcom_error $e) {
67 68
                 $e->log();
68 69
             }
69 70
         }
Please login to merge, or discard this patch.