diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-11-14 08:49:37 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-11-14 08:49:37 +0000 |
| commit | 8977f8cec4ca88f13528792a453eb27328e22845 (patch) | |
| tree | 3479e7c7a3cec0a0ca923ea3c134d7243797b19d /public/update/index.php | |
| parent | 3226a642822a15e6cf937d3f0ec20fdf71651ea4 (diff) | |
Add description to todo
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)) { |
