Completed
Push — master ( f67510...bf6914 )
by james
02:19
created
Controller/Adminhtml/Manage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.