diff options
Diffstat (limited to 'public/update/index.php')
| -rw-r--r-- | public/update/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/update/index.php b/public/update/index.php index 82b3c3f..749f429 100644 --- a/public/update/index.php +++ b/public/update/index.php @@ -45,6 +45,7 @@ if ($validator->errors->count()) { $validated = $validator->validated; $todo->task = $validated->task; +$todo->description = $validated->description; $todo->tag = $validated->tag; if (!$todos->update($todo)) { |
