diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index bc358cfcf..a8ea163b7 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -154,6 +154,12 @@ define([ return true; } }); + if (ed === edPublic) { + f = f || user; + if (f.name) { + f.displayName = f.name; + } + } _owners[ed] = f || { displayName: 'Unknown user: '+ ed, // XXX notifications: true,