mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
Sync: fix negation lost at ca76f30
This commit is contained in:
parent
79f4aec592
commit
f0d02edbe6
@ -187,7 +187,7 @@ class Sync
|
|||||||
if ($row instanceof IcingaObject) {
|
if ($row instanceof IcingaObject) {
|
||||||
return $row->$var;
|
return $row->$var;
|
||||||
}
|
}
|
||||||
if (property_exists($row, $var)) {
|
if (! property_exists($row, $var)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user