diff options
Diffstat (limited to 'src/model/CESU.php')
-rw-r--r-- | src/model/CESU.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/CESU.php b/src/model/CESU.php index f6c6630..8bea94d 100644 --- a/src/model/CESU.php +++ b/src/model/CESU.php | |||
@@ -26,6 +26,7 @@ class CESU extends Model | |||
26 | } | 26 | } |
27 | public function set(string $entry, string $input) | 27 | public function set(string $entry, string $input) |
28 | { | 28 | { |
29 | $input = $this->cleanSpecialChars($input); // possibilité que $input devienne une chaine vide | ||
29 | switch($entry) | 30 | switch($entry) |
30 | { | 31 | { |
31 | case "Tâche effectuée:": | 32 | case "Tâche effectuée:": |