@@ -79,7 +79,8 @@ |
||
79 | 79 | if (!array_key_exists($id, $this->_user_cache)) { |
80 | 80 | try { |
81 | 81 | $this->_user_cache[$id] = new midcom_core_user($param); |
82 | - } catch (midcom_error $e) { |
|
82 | + } |
|
83 | + catch (midcom_error $e) { |
|
83 | 84 | // Keep it silent while missing user object can mess here |
84 | 85 | $this->_user_cache[$id] = null; |
85 | 86 | } |