mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-29 20:21:20 +00:00
don't need accessop in show_form()
This commit is contained in:
parent
879ecea1e5
commit
38e75cf422
|
|
@ -112,7 +112,6 @@ $(document).ready( function() {
|
|||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$accessop = $this->params['accessobject'];
|
||||
$roles = $this->params['allroles'];
|
||||
|
||||
if($currRole && !$currRole->isUsed() && $accessop->check_controller_access('RoleMgr', array('action'=>'removerole'))) {
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user