@@ -74,7 +74,8 @@ |
||
74 | 74 | } |
75 | 75 | try { |
76 | 76 | $this->_storage = new midgard_group($id); |
77 | - } catch (mgd_exception $e) { |
|
77 | + } |
|
78 | + catch (mgd_exception $e) { |
|
78 | 79 | debug_add('Tried to load a midgard_group, but got error ' . $e->getMessage(), MIDCOM_LOG_ERROR); |
79 | 80 | throw new midcom_error_midgard($e->getMessage(), $id); |
80 | 81 | } |