mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 13:52:35 +02:00
Downloads: Fix for drop-down category ordering.
This commit is contained in:
@@ -53,7 +53,7 @@ class download_sitelink // include plugin-folder in the name.
|
||||
|
||||
$where = "download_category_class IN (".USERCLASS_LIST.")";
|
||||
|
||||
$sql->selectTree('download_category','download_category_parent', 'download_category_id', $where, 'download_category_order');
|
||||
$sql->selectTree('download_category','download_category_parent', 'download_category_id', 'download_category_order', $where );
|
||||
|
||||
while($row = $sql->fetch())
|
||||
{
|
||||
|
Reference in New Issue
Block a user