Visual Console Refactor: the legacy visual console is enabled by default

Former-commit-id: 0ee821fac4e3665ac0d869e6b772b12014f76a8a
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-25 14:08:55 +02:00
parent 0bd276bc88
commit 2d9b4908de
1 changed files with 1 additions and 1 deletions

View File

@ -2420,7 +2420,7 @@ function config_process_config()
}
if (!isset($config['legacy_vc'])) {
config_update_value('legacy_vc', 0);
config_update_value('legacy_vc', 1);
}
if (!isset($config['vc_refr'])) {