Skip to content

Commit

Permalink
Fix SUPEE-6285 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Nieser committed Nov 6, 2015
1 parent bd1d407 commit 5816631
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ public function indexAction()
$this->_initAction();
$this->renderLayout();
}
function _isAllowed()
{
return Mage::getSingleton('admin/session')->isAllowed('system/config/ho_import');
}
}

0 comments on commit 5816631

Please sign in to comment.