mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
BadgeNavigationItemRenderer: Use view() instead of getView()
refs #5600
This commit is contained in:
parent
044fe031da
commit
8e24ec978d
@ -107,8 +107,8 @@ abstract class BadgeNavigationItemRenderer extends NavigationItemRenderer
|
||||
if (($count = $this->getCount()) > 0) {
|
||||
return sprintf(
|
||||
'<div title="%s" class="badge-container"><span class="badge badge-%s">%s</span></div>',
|
||||
$this->getView()->escape($this->getTitle()),
|
||||
$this->getView()->escape($this->getState()),
|
||||
$this->view()->escape($this->getTitle()),
|
||||
$this->view()->escape($this->getState()),
|
||||
$count
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user