diff options
| author | polo <ordipolo@gmx.fr> | 2025-12-17 13:33:07 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-12-17 13:33:07 +0100 |
| commit | 8393acd0366ee3408db103ba29e8686bab127f42 (patch) | |
| tree | bf6f6170caea009f9ffeb5b5827536cf893c9820 /src/model/entities/NodeData.php | |
| parent | fc14268ad5d644680a5802eb1af4691bb9294dd5 (diff) | |
| download | cms-8393acd0366ee3408db103ba29e8686bab127f42.tar.gz cms-8393acd0366ee3408db103ba29e8686bab127f42.tar.bz2 cms-8393acd0366ee3408db103ba29e8686bab127f42.zip | |
Diffstat (limited to 'src/model/entities/NodeData.php')
| -rw-r--r-- | src/model/entities/NodeData.php | 2 |
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; |
