mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Make sure plugin-builder puts prefs in the correct class.
This commit is contained in:
@@ -2659,7 +2659,7 @@ class ".$table." extends e_admin_ui
|
||||
";
|
||||
|
||||
|
||||
if($_POST['pluginPrefs'] && $tableCount == 1)
|
||||
if($_POST['pluginPrefs'] && ($vars['mode']=='main'))
|
||||
{
|
||||
$text .= "
|
||||
|
||||
|
Reference in New Issue
Block a user