Skip to content

Commit

Permalink
Adiciona _isAllowed np controller
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-teixeira committed May 6, 2017
1 parent fa8e966 commit 6207310
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,14 @@ public function postmethodsUpdateAction()

$this->_redirect('*/system_config/edit', array('section'=>'carriers'));
}

/**
* ACL allowed
*
* @return bool
*/
protected function _isAllowed()
{
return true;
}
}

0 comments on commit 6207310

Please sign in to comment.