Fixed default value in config. Ticket #218

This commit is contained in:
Arturo Gonzalez 2017-02-01 12:02:33 +01:00
parent d4a35a0097
commit 83241de441

View File

@ -1552,7 +1552,7 @@ function config_process_config () {
} }
if (!isset($config["service_item_padding_size"])) { if (!isset($config["service_item_padding_size"])) {
config_update_value ('service_item_padding_size', 0); config_update_value ('service_item_padding_size', 80);
} }
} }
if (!isset($config['command_snapshot'])) { if (!isset($config['command_snapshot'])) {