Resolve "Migrate Rider API" #1541
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