diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-10-07 21:31:17 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-10-07 21:31:17 +0100 |
| commit | 0f273c0a8ead390346571c4be2296fa6e384eff6 (patch) | |
| tree | 292fc180a277a5324df73c5c8b02c8c673e812a3 /public/index.php | |
| parent | 34ba17ceeecd3ac6be9e31be45ee76757da2dec0 (diff) | |
Add bookmarks
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 9b4ac6e..2a9ccb7 100644 --- a/public/index.php +++ b/public/index.php @@ -18,7 +18,6 @@ $sort = $_GET['sort'] ?? null; $tag = $_GET['tag'] ?? null; - $bookmarks->load(); if ($tag !== null) { |
