forked from ZwiiCMS-Team/ZwiiCMS
Page.php avait sauté
This commit is contained in:
parent
223f131236
commit
d77235a0fb
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user