From c1b6d6eb11310525bb19f281e3135d5e002b25f4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Sep 2022 01:21:41 +0200 Subject: [PATCH] FIX warning --- htdocs/website/index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 = '';