FIX warning

This commit is contained in:
Laurent Destailleur 2022-09-10 01:21:41 +02:00
parent 860d0ebe08
commit c1b6d6eb11

View File

@ -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 = '';