1
0
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:
Cameron 2015-06-11 13:09:18 -07:00
parent 4414495b04
commit bad73792bf

View File

@ -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']))