Resolve "Final CMB Fixes" #1229
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class RoleController extends Controller
|
||||||
if (!$row->isSuperAdmin())
|
if (!$row->isSuperAdmin())
|
||||||
{
|
{
|
||||||
// clear first
|
// clear first
|
||||||
$row->clearACLAttributes();
|
$row->clearACLAccess();
|
||||||
|
|
||||||
// then add
|
// then add
|
||||||
$acl_attribs = $req->request->get('acl');
|
$acl_attribs = $req->request->get('acl');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue