Added token metaconsole_deploy_collection in the config

This commit is contained in:
danielmaya 2018-11-19 12:12:10 +01:00
parent 04ebb6b2c5
commit 24fe48d5c5
1 changed files with 6 additions and 0 deletions

View File

@ -2023,6 +2023,12 @@ function config_process_config () {
config_update_value('ehorus_req_timeout', 5);
}
if (is_metaconsole()) {
if (!isset($config["metaconsole_deploy_collection"])) {
config_update_value('metaconsole_deploy_collection', 0);
}
}
/* Finally, check if any value was overwritten in a form */
config_update_config();
}