Created
December 11, 2014 12:56
-
-
Save wsagen/0b94949edcd719e43428 to your computer and use it in GitHub Desktop.
Magento PHP to Reload ACL so users don't have to logout and back in again after installing the extension.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/schmengler/AclReload/blob/master/src/app/code/community/SSE/AclReload/controllers/Adminhtml/Permissions/AclReloadController.php | |
$session = Mage::getSingleton('admin/session'); | |
$session->setAcl(Mage::getResourceModel('admin/acl')->loadAcl()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment