mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix broken status refresh for nonexistent shortDisplayNames
This commit is contained in:
parent
88dd91fe2a
commit
8cbe09b24c
@ -3021,7 +3021,7 @@ blockquote[type=cite] {
|
||||
{
|
||||
$oA[$_folderName] = '<b>'.$fS['shortDisplayName'].' ('.$fS['unseen'].')</b>';
|
||||
}
|
||||
if ($fS['unseen']==0)
|
||||
if ($fS['unseen']==0 && $fS['shortDisplayName'])
|
||||
{
|
||||
$oA[$_folderName] = $fS['shortDisplayName'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user