Browse Source

FIX warning

Laurent Destailleur 2 năm trước cách đây
mục cha
commit
c1b6d6eb11
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      htdocs/website/index.php

+ 10 - 0
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 = '';