mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°9567 - Extension Mgmt : Run setup
This commit is contained in:
@@ -110,7 +110,7 @@ JS);
|
||||
];
|
||||
$aHiddenInputs = '';
|
||||
foreach ($aParams as $sParamName) {
|
||||
$sElements = $this->oWizard->GetParameter($sParamName, '[]');
|
||||
$sElements = utils::HtmlEntities($this->oWizard->GetParameter($sParamName, '[]'));
|
||||
$aHiddenInputs .= <<<INPUT
|
||||
<input type="hidden" name="$sParamName" value="$sElements"/>
|
||||
INPUT;
|
||||
|
||||
Reference in New Issue
Block a user