#9771 fixed input module

This commit is contained in:
Daniel Cebrian 2023-06-15 09:57:11 +02:00
parent 18719a3ac4
commit b4b67b571a
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ class ExtensionsDiscovery extends Wizard
case 'modules':
$input = html_print_select_from_sql(
'select name, name as n from tmodule',
'select nombre, nombre as n from tagente_modulo',
$name,
$defaultValue,
'',