mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Missing DB connection for download RSS addon
This commit is contained in:
@@ -33,6 +33,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
// Download categories for admin import.
|
||||
$sqli = e107::getDb('download');
|
||||
|
||||
if($sqli -> db_Select("download_category", "*","download_category_id!='' ORDER BY download_category_order "))
|
||||
{
|
||||
|
Reference in New Issue
Block a user