Skip to content

Commit 4bb58da

Browse files
authored
Merge pull request #89 from magefan/15303-Magefan-Blog-Extension-Security-Risks
15303-Magefan-Blog-Extension-Security-Risks
2 parents ebcd833 + f93a720 commit 4bb58da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Controller/Adminhtml/Activate/Extension.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
class Extension extends \Magento\Backend\App\Action
2424
{
25+
/**
26+
* ACL resource required to activate extensions.
27+
*/
28+
public const ADMIN_RESOURCE = 'Magento_Config::config';
2529
/**
2630
* @var WriterInterface
2731
*/

0 commit comments

Comments
 (0)