Fix a little bug to resource owner to checkAccess.

This commit is contained in:
Min Chen 2014-04-02 11:38:43 -07:00
parent 3ee55cd17b
commit 6af57d08a6
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ public class ParamProcessWorker implements DispatchWorker {
}
if (!entitiesToOperate.isEmpty()) {
_accountMgr.checkAccess(caller, AccessType.OperateEntry, apiName,
_accountMgr.checkAccess(owner, AccessType.OperateEntry, apiName,
entitiesToOperate.toArray(new ControlledEntity[entitiesToOperate.size()]));
}