aboutsummaryrefslogtreecommitdiff
path: root/src/model/entities
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-12-17 13:33:07 +0100
committerpolo <ordipolo@gmx.fr>2025-12-17 13:33:07 +0100
commit8393acd0366ee3408db103ba29e8686bab127f42 (patch)
treebf6f6170caea009f9ffeb5b5827536cf893c9820 /src/model/entities
parentfc14268ad5d644680a5802eb1af4691bb9294dd5 (diff)
downloadcms-8393acd0366ee3408db103ba29e8686bab127f42.tar.gz
cms-8393acd0366ee3408db103ba29e8686bab127f42.tar.bz2
cms-8393acd0366ee3408db103ba29e8686bab127f42.zip
choix d'enregistrer ou non les messages en BDD, non par défaut dans EmailServiceHEADmain
Diffstat (limited to 'src/model/entities')
-rw-r--r--src/model/entities/NodeData.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php
index 19670fe..4c07a69 100644
--- a/src/model/entities/NodeData.php
+++ b/src/model/entities/NodeData.php
@@ -70,7 +70,7 @@ class NodeData
70 { 70 {
71 $this->data = $data; 71 $this->data = $data;
72 }*/ 72 }*/
73 public function updateData(string $key, string|array $value = ''): void 73 public function updateData(string $key, string|bool|array $value = ''): void
74 { 74 {
75 if($value !== ''){ 75 if($value !== ''){
76 $this->data[$key] = $value; 76 $this->data[$key] = $value;