Fix role controller issue on saving #270
This commit is contained in:
parent
214e44405c
commit
60fb331b47
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class RoleController extends Controller
|
|||
if (!$row->isSuperAdmin())
|
||||
{
|
||||
// clear first
|
||||
$row->clearACLAttributes();
|
||||
$row->clearACLAccess();
|
||||
|
||||
// then add
|
||||
$acl_attribs = $req->request->get('acl');
|
||||
|
|
|
|||
Loading…
Reference in a new issue