@@ -63,7 +63,8 @@ |
||
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 | } |