GX-Bug #50188 » ModulesConfigurationFix.patch
src/admin/modules.php (revision ) | ||
---|---|---|
391 | 391 |
$configurationBoxContentView->setOldSchoolContents($contents); |
392 | 392 |
$configurationBoxContentView->set_content_data('buttons', $buttons); |
393 | 393 |
$configurationBoxContentView->setFormEditable($formIsEditable); |
394 |
$configurationBoxContentView->setFormAction(xtc_href_link(FILENAME_MODULES . '?set=' . $_GET['set'] . '&module=' . $_GET['module'] . '&action=save'));
|
|
394 |
$configurationBoxContentView->setFormAction(xtc_href_link(FILENAME_MODULES, 'set=' . $_GET['set'] . '&module=' . $_GET['module'] . '&action=save'));
|
|
395 | 395 |
echo $configurationBoxContentView->get_html(); |
396 | 396 |
} |
397 | 397 |
?> |