summaryrefslogtreecommitdiff
path: root/public/store/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/store/index.php')
-rw-r--r--public/store/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/store/index.php b/public/store/index.php
index c4d24fa..0f472d8 100644
--- a/public/store/index.php
+++ b/public/store/index.php
@@ -40,6 +40,7 @@ $todos = new TodoRepository($config['path_to_repository']);
$todo = new Todo();
$todo->task = $validated->task;
+$todo->description = $validated->description;
$todo->tag = $validated->tag;
$todo->addedAt = date('Y-m-d H:i:s');