IcingaService(legacy): Test for not null

refs #13049
This commit is contained in:
Markus Frosch 2016-11-07 14:12:30 +01:00
parent 314b0675ee
commit e116e36051
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class IcingaService extends IcingaObject
return '';
}
if ($this->get('assign_filter')) {
if ($this->get('assign_filter') !== null) {
return $this->renderLegacyResolvedAssignFilter();
}