diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-28 23:23:03 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-28 23:23:03 +0100 |
| commit | f653506421ee8e2c46c78e93d28ee2418a1d399d (patch) | |
| tree | 93f54c301538960f543ffdb5fafd387c83dec94a /src/model/entities | |
| parent | cf8c9c1d380afbd8529a6da0afd55a9e3d8f1bf4 (diff) | |
| download | cms-f653506421ee8e2c46c78e93d28ee2418a1d399d.zip | |
modification liens réseaux sociaux, placeholder input text, correction erreurs CSS
Diffstat (limited to 'src/model/entities')
| -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 47e7208..ed94f1b 100644 --- a/src/model/entities/NodeData.php +++ b/src/model/entities/NodeData.php | |||
| @@ -67,7 +67,7 @@ class NodeData | |||
| 67 | { | 67 | { |
| 68 | $this->data = $data; | 68 | $this->data = $data; |
| 69 | }*/ | 69 | }*/ |
| 70 | public function updateData(string $key, string $value = ''): void | 70 | public function updateData(string $key, string|array $value = ''): void |
| 71 | { | 71 | { |
| 72 | if($value !== ''){ | 72 | if($value !== ''){ |
| 73 | $this->data[$key] = $value; | 73 | $this->data[$key] = $value; |
