@@ -110,7 +110,7 @@ |
||
| 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')); |