[form 1.8] bug redirection sans page sélectionnée
This commit is contained in:
parent
c5d3e93f03
commit
6a1f9133c0
@ -70,7 +70,7 @@ class form extends common {
|
|||||||
// Configuration
|
// Configuration
|
||||||
// Option sélectionnée sans page choisie
|
// Option sélectionnée sans page choisie
|
||||||
$pageId = '';
|
$pageId = '';
|
||||||
if ($this->getInput('formConfigPageId', helper::FILTER_ID) !== null) {
|
if ($this->getInput('formConfigPageId') !== "") {
|
||||||
// Option désactivée, réinitialiser l'id de la page sélectionnée.
|
// Option désactivée, réinitialiser l'id de la page sélectionnée.
|
||||||
$pageId = $this->getInput('formConfigPageIdToggle', helper::FILTER_BOOLEAN) === true ? $this->getInput('formConfigPageId', helper::FILTER_ID) : '';
|
$pageId = $this->getInput('formConfigPageIdToggle', helper::FILTER_BOOLEAN) === true ? $this->getInput('formConfigPageId', helper::FILTER_ID) : '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user