mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed default value in config. Ticket #218
This commit is contained in:
parent
d4a35a0097
commit
83241de441
@ -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'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user