]> 91.132.146.200 Git - insipid.git/commitdiff
a whoopsie and todo update
authorBanana <banana@optimus.de>
Mon, 21 Oct 2019 22:31:30 +0000 (00:31 +0200)
committerBanana <banana@optimus.de>
Mon, 21 Oct 2019 22:31:30 +0000 (00:31 +0200)
TODO
webroot/lib/management.class.php

diff --git a/TODO b/TODO
index ab41bae39eb8635b57f12aea340281b7131514a7..962b2a66c202179170d595f0099a1bdae12745b9 100755 (executable)
--- a/TODO
+++ b/TODO
@@ -3,6 +3,7 @@ TODO / Feature list
 + delete of a link
 + stats, storage usage. With stats and valid auth display moderation
 + email import auto reply check
++ flush local storage of images
 + sorting
 + snapshots
 + bookmark js snippet
index c4f0807f925f6b44d47dedb9dc1fd8d66b9a0e73..74319533b123110f4da655f44027e7d8e5a1ba11 100644 (file)
@@ -184,7 +184,7 @@ class Management {
        public function latestLinks($limit=5) {
                $ret = array();
 
-               $queryStr = "SELECT `title` FROM `".DB_PREFIX."_link`";
+               $queryStr = "SELECT `title`, `link` FROM `".DB_PREFIX."_link`";
                if($this->_showPrivate === true) {
                        $queryStr .= " WHERE `status` IN (2,1)";
                }