@@ -267,7 +267,8 @@ |
||
| 267 | 267 | if (!empty($this->$property)) { |
| 268 | 268 | try { |
| 269 | 269 | return $class::get_cached($this->$property); |
| 270 | - } catch (midcom_error $e) { |
|
| 270 | + } |
|
| 271 | + catch (midcom_error $e) { |
|
| 271 | 272 | $e->log(); |
| 272 | 273 | } |
| 273 | 274 | } |