mirror of
https://github.com/e107inc/e107.git
synced 2025-04-27 16:03:00 +02:00
Plugin prefs were not being deleted by the preference editor.
This commit is contained in:
parent
4414495b04
commit
bad73792bf
@ -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']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user