From: Banana Date: Thu, 3 Oct 2019 20:30:48 +0000 (+0200) Subject: space... X-Git-Tag: 2.2_2019-12-27~23 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=8f1103a067650153be7d701a3d06a0cc84ed9721;p=insipid.git space... --- diff --git a/webroot/lib/management.class.php b/webroot/lib/management.class.php index 8180243..a766d3b 100644 --- a/webroot/lib/management.class.php +++ b/webroot/lib/management.class.php @@ -156,7 +156,7 @@ class Management { public function latestLinks($limit=5) { $ret = array(); - $queryStr = "SELECT `title` FROM `".DB_PREFIX."_link` WHERE `status` = 2 ORDER BY `created` DESC"; + $queryStr = "SELECT `title` FROM `".DB_PREFIX."_link` WHERE `status` = 2 ORDER BY `created` DESC"; if(!empty($limit)) { $queryStr .= " LIMIT $limit"; }