mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Plugin prefs were not being deleted by the preference editor.
This commit is contained in:
@@ -1018,7 +1018,8 @@ class system_tools
|
||||
|
||||
$deleted_list = "";
|
||||
|
||||
$config = ($mode == 'core' || $mode='') ? e107::getConfig('core') : e107::getPlugConfig($mode);
|
||||
$config = ($mode == 'core' || $mode=='') ? e107::getConfig('core') : e107::getPlugConfig($mode);
|
||||
|
||||
|
||||
// Single Pref Deletion using button
|
||||
if(varset($_POST['delpref']))
|
||||
|
Reference in New Issue
Block a user