FIX warning
This commit is contained in:
parent
860d0ebe08
commit
c1b6d6eb11
@ -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 = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user