Merge branch 'ent-7015-establecer-las-nuevas-consolas-visuales-habilitadas-por-defecto-en-instalaciones-nuevas' into 'develop'
Ent 7015 establecer las nuevas consolas visuales habilitadas por defecto en instalaciones nuevas See merge request artica/pandorafms!3823
This commit is contained in:
commit
509ab9fd3a
|
@ -2778,7 +2778,7 @@ function config_process_config()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['legacy_vc'])) {
|
if (!isset($config['legacy_vc'])) {
|
||||||
config_update_value('legacy_vc', 1);
|
config_update_value('legacy_vc', 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['vc_default_cache_expiration'])) {
|
if (!isset($config['vc_default_cache_expiration'])) {
|
||||||
|
|
Loading…
Reference in New Issue