@@ -66,7 +66,7 @@ |
||
| 66 | 66 | */ |
| 67 | 67 | protected function _isAllowed() |
| 68 | 68 | { |
| 69 | - return $this->_authorization->isAllowed('Jcowie_Featuretoggle::' . $this->aclAction); |
|
| 69 | + return $this->_authorization->isAllowed('Jcowie_Featuretoggle::'.$this->aclAction); |
|
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | /** |