Page.php avait sauté

This commit is contained in:
Fred Tempez 2018-04-08 21:04:40 +02:00
parent 223f131236
commit d77235a0fb
1 changed files with 6 additions and 1 deletions

View File

@ -173,6 +173,11 @@ class page extends common {
'page',
$pageId,
[
// Menu image
'typeMenu' => $this->getinput('pageTypeMenu'),
'iconUrl' => $this->getinput('pageIconUrl'),
'disable'=> $this->getinput('pageDisable', helper::FILTER_BOOLEAN),
// Menu image
'content' => (empty($this->getInput('pageEditContent', null)) ? "<p></p>" : $this->getInput('pageEditContent', null)) ,
'hideTitle' => $this->getInput('pageEditHideTitle', helper::FILTER_BOOLEAN),
'metaDescription' => $this->getInput('pageEditMetaDescription', helper::FILTER_STRING_LONG),