mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Make sure plugin-builder puts prefs in the correct class.
This commit is contained in:
parent
97fbfa8e97
commit
48084ac085
@ -2659,7 +2659,7 @@ class ".$table." extends e_admin_ui
|
||||
";
|
||||
|
||||
|
||||
if($_POST['pluginPrefs'] && $tableCount == 1)
|
||||
if($_POST['pluginPrefs'] && ($vars['mode']=='main'))
|
||||
{
|
||||
$text .= "
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user