Visual Console Refactor: the legacy visual console is enabled by default
Former-commit-id: 0ee821fac4e3665ac0d869e6b772b12014f76a8a
This commit is contained in:
parent
0bd276bc88
commit
2d9b4908de
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in New Issue