#11719 fix modules create alert

This commit is contained in:
Jonathan 2023-07-12 12:11:50 +02:00
parent 58c2037da6
commit 0f1b8fce02
1 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,8 @@ $table->size = [];
$table->style[0] = 'width: 50%'; $table->style[0] = 'width: 50%';
$table->style[1] = 'width: 50%'; $table->style[1] = 'width: 50%';
$modules = [];
if (is_metaconsole() === true) { if (is_metaconsole() === true) {
$params = []; $params = [];
$params['return'] = true; $params['return'] = true;
@ -79,8 +81,6 @@ if (is_metaconsole() === true) {
} }
} }
$modules = [];
$table->data[0][1] = html_print_label_input_block( $table->data[0][1] = html_print_label_input_block(
__('Module'), __('Module'),
html_print_select( html_print_select(