Now the eHorus ID custom field name has a default value

(cherry picked from commit df99cf9f64174dd86e51324a16008001d24e286b)
This commit is contained in:
Alejandro Gallardo Escobar 2016-05-09 18:48:56 +02:00
parent 8fdfd8891e
commit 7a0a540314

View File

@ -1480,6 +1480,9 @@ function config_process_config () {
if (!isset($config['ehorus_enabled'])) {
config_update_value('ehorus_enabled', 0);
}
if (!isset($config['ehorus_custom_field'])) {
config_update_value('ehorus_custom_field', 'eHorusID');
}
if (!isset($config['ehorus_hostname'])) {
config_update_value('ehorus_hostname', 'switch.ehorus.com');
}