1
0
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:
Cameron
2017-04-19 17:15:32 -07:00
parent 2b92696822
commit 6f348e1940
2 changed files with 5 additions and 11 deletions

View File

@@ -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())
{