Completed
Push — dev ( 555428...ca5075 )
by Arnaud
14:40 queued 11:44
created
Controller/CRUDController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
                 $admin->remove();
111 111
             }
112 112
         } else {
113
-            throw new NotFoundHttpException('Invalid batch parameters : ' . $form->getErrors(true, false));
113
+            throw new NotFoundHttpException('Invalid batch parameters : '.$form->getErrors(true, false));
114 114
         }
115 115
         // redirect to list view
116 116
         return $this->redirectToRoute($admin->generateRouteName('list'));
Please login to merge, or discard this patch.