Fix api role edit #617
This commit is contained in:
parent
5dee6d0418
commit
4a9de8e465
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ class APIRoleController 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