mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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>';
|
$oA[$_folderName] = '<b>'.$fS['shortDisplayName'].' ('.$fS['unseen'].')</b>';
|
||||||
}
|
}
|
||||||
if ($fS['unseen']==0)
|
if ($fS['unseen']==0 && $fS['shortDisplayName'])
|
||||||
{
|
{
|
||||||
$oA[$_folderName] = $fS['shortDisplayName'];
|
$oA[$_folderName] = $fS['shortDisplayName'];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user