Passed
Push — master ( 69fd37...ef189b )
by Andreas
53:11 queued 29:53
created
lib/org/openpsa/slideshow/handler/edit.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,8 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.