mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
8e24ec978d
commit
881880f18f
@ -41,6 +41,6 @@ class SummaryNavigationItemRenderer extends BadgeNavigationItemRenderer
|
||||
*/
|
||||
public function getTitle()
|
||||
{
|
||||
return join(', ', $this->titles);
|
||||
return !empty($this->titles) ? join(', ', $this->titles) : '';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user