diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 4ab8f99029e..65a4bdc92a6 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3747,7 +3747,17 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties $pagestatus = $objectpage->status; } else { $type_container = 'page'; + $pageurl = ''; + $pagealiasalt = ''; + $pagetitle = ''; + $pagedescription = ''; + $pageimage = ''; + $pagekeywords = ''; + $pagelang = ''; + $pageallowedinframes = 0; + $pagehtmlheader = ''; $pagedatecreation = dol_now(); + $pagedatemodification = ''; $pageauthorid = $user->id; $pageusermodifid = 0; $pageauthoralias = '';