mirror of https://github.com/apache/cloudstack.git
Fix the compilation error due to interface change.
This commit is contained in:
parent
1586f419dc
commit
3ee55cd17b
|
|
@ -263,7 +263,7 @@ public class ParamProcessWorker implements DispatchWorker {
|
|||
}
|
||||
|
||||
if (!entitiesToOperate.isEmpty()) {
|
||||
_accountMgr.checkAccess(caller, AccessType.OperateEntry, false, apiName,
|
||||
_accountMgr.checkAccess(caller, AccessType.OperateEntry, apiName,
|
||||
entitiesToOperate.toArray(new ControlledEntity[entitiesToOperate.size()]));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue