fix previous to actually save enabled plugins
This commit is contained in:
parent
773bad1490
commit
ffb93d72ac
|
@ -1009,7 +1009,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||
function setplugins() {
|
||||
$plugins = array_filter($_REQUEST["plugins"], 'clean') ?? [];
|
||||
|
||||
//set_pref(Prefs::_ENABLED_PLUGINS, implode(",", $plugins));
|
||||
set_pref(Prefs::_ENABLED_PLUGINS, implode(",", $plugins));
|
||||
}
|
||||
|
||||
function _get_plugin_version(Plugin $plugin) {
|
||||
|
|
Loading…
Reference in New Issue