Bernd Wurst commited on 2014-02-07 14:24:06
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -369,7 +369,7 @@ function save_vhost($vhost) |
369 | 369 |
":cert" => $cert, |
370 | 370 |
":ipv4" => $ipv4, |
371 | 371 |
":autoipv6" => $autoipv6, |
372 |
- ":options" => ($vhost['options'] ? $vhost['options'] : NULL), |
|
372 |
+ ":options" => $vhost['options'], |
|
373 | 373 |
":stats" => ($vhost['stats'] ? $vhost['stats'] : NULL), |
374 | 374 |
":id" => $id); |
375 | 375 |
if ($id != 0) { |
376 | 376 |