@@ -124,7 +124,8 @@ |
||
| 124 | 124 | if ($this->__cached_object === null) { |
| 125 | 125 | try { |
| 126 | 126 | $this->__cached_object = midcom::get()->dbfactory->get_object_by_guid($this->objectguid); |
| 127 | - } catch (midcom_error $e) { |
|
| 127 | + } |
|
| 128 | + catch (midcom_error $e) { |
|
| 128 | 129 | return null; |
| 129 | 130 | } |
| 130 | 131 | } |