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, 0 insertions, 1 deletions
diff --git a/public/store/index.php b/public/store/index.php
index 8bd0b7f..804702a 100644
--- a/public/store/index.php
+++ b/public/store/index.php
@@ -44,7 +44,6 @@ $bookmark->url = $validated->url;
$bookmark->title = $validated->title;
$bookmark->tag = $validated->tag;
$bookmark->addedAt = date('Y-m-d H:i:s');
-$bookmark->unread = true;
if (!$bookmarks->add($bookmark)) {
respondAndExit(500, 'Internal Server Error');