mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-29 04:01:19 +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'];
|
$dms = $this->params['dms'];
|
||||||
$user = $this->params['user'];
|
$user = $this->params['user'];
|
||||||
$accessop = $this->params['accessobject'];
|
$accessop = $this->params['accessobject'];
|
||||||
$roles = $this->params['allroles'];
|
|
||||||
|
|
||||||
if($currRole && !$currRole->isUsed() && $accessop->check_controller_access('RoleMgr', array('action'=>'removerole'))) {
|
if($currRole && !$currRole->isUsed() && $accessop->check_controller_access('RoleMgr', array('action'=>'removerole'))) {
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user