mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SelfService: use ! as an Array delimiter...
...for custom PS serialization
This commit is contained in:
parent
0b5534d1d1
commit
09a5905147
@ -171,7 +171,7 @@ class SelfServiceController extends ActionController
|
||||
if (is_bool($value)) {
|
||||
$value = $this->makePowerShellBoolean($value);
|
||||
} elseif (is_array($value)) {
|
||||
$value = implode(',', $value);
|
||||
$value = implode('!', $value);
|
||||
}
|
||||
$plain .= "$key: $value\r\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user