summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-10-12 20:41:49 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-10-12 20:41:49 +0100
commit2ab5661583d74b03c86bb4f437616bb634d9c4fc (patch)
tree2e09a8386148e8994def741f5fffdd733d297e38 /public/index.php
parent523a84dd4b7cb611955e949fd6debc4a3c037b91 (diff)
Add delete
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/public/index.php b/public/index.php
index 2a9ccb7..7453506 100644
--- a/public/index.php
+++ b/public/index.php
@@ -18,8 +18,6 @@ $sort = $_GET['sort'] ?? null;
$tag = $_GET['tag'] ?? null;
-$bookmarks->load();
-
if ($tag !== null) {
$bookmarks->filter($tag);
}