Skip to content

Commit bf700aa

Browse files
Issue #18150 fixed for 2.2.6
1 parent fdcab41 commit bf700aa

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)