mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SyncProperty: fix expression
This commit is contained in:
parent
610b873922
commit
499f223516
@ -25,7 +25,7 @@ class SyncProperty extends DbObject
|
||||
|
||||
public function setSource_column($value)
|
||||
{
|
||||
$this->source_expression = '$(' . $value . ')';
|
||||
$this->source_expression = '${' . $value . '}';
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user