config: keep this for now #5768

This commit is contained in:
Franco Fichtner 2022-07-13 08:46:08 +02:00
parent 094ac7bae0
commit c0875880a4

View File

@ -149,6 +149,8 @@ function write_config($desc = '', $backup = true)
}
}
plugins_interfaces();
$cnf = OPNsense\Core\Config::getInstance();
$cnf->fromArray($config);
$revision_info = make_config_revision_entry($desc);