master
Bob Mottram 2019-08-22 19:37:22 +01:00
parent f695039e5a
commit 577094eb98
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
if not avatarUrl:
avatarUrl=getPersonAvatarUrl(baseDir,personUrl,personCache)
displayName=searchNickname
if profileJson.get('displayUsername'):
if profileJson.get('name'):
displayName=profileJson['name']
profileDescription=''
if profileJson.get('summary'):