Skip to content

Commit 17505bf

Browse files
author
Rafael Grigorian
committed
Changes related to #12
1 parent dae0233 commit 17505bf

File tree

1 file changed

+1
-1
lines changed
  • src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Dashboard

1 file changed

+1
-1
lines changed

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Dashboard/Domain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct (
4040
*/
4141
protected function _isAllowed () {
4242
return $this->_authorization
43-
->isAllowed ("JetRails_Cloudflare::configuration");
43+
->isAllowed ("JetRails_Cloudflare::cloudflare");
4444
}
4545

4646
/**

0 commit comments

Comments
 (0)