@@ -129,7 +129,8 @@ |
||
129 | 129 | try { |
130 | 130 | $this->$function($request->request, $request->files); |
131 | 131 | $this->_response->success = true; |
132 | - } catch (midcom_error $e) { |
|
132 | + } |
|
133 | + catch (midcom_error $e) { |
|
133 | 134 | $this->_response->success = false; |
134 | 135 | $this->_response->error = $e->getMessage(); |
135 | 136 | } |