From c7f86fcac6876310c9e4fe477453c55d344fbb52 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 6 Nov 2014 23:33:15 +0200 Subject: [PATCH] Missing DB connection for download RSS addon --- e107_plugins/download/e_rss.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/download/e_rss.php b/e107_plugins/download/e_rss.php index 272927237..d4072b6e0 100644 --- a/e107_plugins/download/e_rss.php +++ b/e107_plugins/download/e_rss.php @@ -32,7 +32,8 @@ if (!defined('e107_INIT')) { exit; } // ------------------------------------------------------------------------------------ - // Download categories for admin import. + // Download categories for admin import. + $sqli = e107::getDb('download'); if($sqli -> db_Select("download_category", "*","download_category_id!='' ORDER BY download_category_order ")) {