diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardBL.php b/presentation/lookAndFeel/knowledgeTree/dashboardBL.php index aac2379..fa53e17 100644 --- a/presentation/lookAndFeel/knowledgeTree/dashboardBL.php +++ b/presentation/lookAndFeel/knowledgeTree/dashboardBL.php @@ -82,7 +82,7 @@ if (checkSession()) { $aSubscriptionAlertList = SubscriptionManager::listSubscriptionAlerts($_SESSION["userID"]); // retrieve quicklinks - $aQuickLinks = Link::getList(); + $aQuickLinks = Link::getList("ORDER BY rank"); // retrieve pending web documents $aPendingWebDocuments = getPendingWebDocuments($_SESSION["userID"]);