Skip to content

Commit b6e3a56

Browse files
committed
[BUGFIX] Fixed active menu in admin controller
1 parent 28c081c commit b6e3a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/code/community/FireGento/AdminMonitoring/controllers/Adminhtml/HistoryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FireGento_AdminMonitoring_Adminhtml_HistoryController extends Mage_Adminht
3636
protected function _initAction()
3737
{
3838
$this->loadLayout();
39-
$this->_setActiveMenu('firegento_adminmonitoring/history');
39+
$this->_setActiveMenu('system/history');
4040
$this->_addBreadcrumb(
4141
$this->getMonitoringHelper()->__('Admin Monitoring'),
4242
$this->getMonitoringHelper()->__('History')

0 commit comments

Comments
 (0)