Skip to content

Commit c69993c

Browse files
ENGCOM-3280: Issue #18150 fixed: Reference Pull Request of #18815 for 2.3-develop #18816
- Merge Pull Request #18816 from maheshWebkul721/magento2:acl-issue - Merged commits: 1. 3d0d8b7
2 parents 5916c5a + 3d0d8b7 commit c69993c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backup/Controller/Adminhtml

1 file changed

+1
-1
lines changed

app/code/Magento/Backup/Controller/Adminhtml/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class Index extends \Magento\Backend\App\Action
1919
*
2020
* @see _isAllowed()
2121
*/
22-
const ADMIN_RESOURCE = 'Magento_Backend::backup';
22+
const ADMIN_RESOURCE = 'Magento_Backup::backup';
2323

2424
/**
2525
* Core registry

0 commit comments

Comments
 (0)