@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | return $this->viewHandler->handle($configuration, View::create($resource, 204)); |
89 | 89 | } |
90 | 90 | |
91 | - $this->flashHelper->addSuccessFlash($configuration, $state ? $path . '_enabled' : $path . '_disabled', $resource); |
|
91 | + $this->flashHelper->addSuccessFlash($configuration, $state ? $path.'_enabled' : $path.'_disabled', $resource); |
|
92 | 92 | |
93 | 93 | return $this->redirectHandler->redirectToIndex($configuration, $resource); |
94 | 94 | } |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | if (is_string($ids)) { |
107 | - $ids = explode( ',', $ids); |
|
107 | + $ids = explode(',', $ids); |
|
108 | 108 | } |
109 | 109 | |
110 | 110 | $resources = $this->repository->findBy(array( |