syncExtUsers: fix getPersonForUser() call
This commit is contained in:
parent
d7f42f568b
commit
0dc5c5a1ca
1 changed files with 2 additions and 1 deletions
|
@ -180,5 +180,6 @@ def syncExtUsers(context, pfolderName):
|
|||
pf = getPrincipalFolder(context, pFolderName)
|
||||
for id, prc in pf.items():
|
||||
userId = pf.prefix + id
|
||||
person = getPersonForUser(context, getPrincipalForUserId(userId, context))
|
||||
person = getPersonForUser(
|
||||
context, principal=getPrincipalForUserId(userId, context))
|
||||
createExtUser(person, principal, True)
|
||||
|
|
Loading…
Add table
Reference in a new issue