Commit 3a3edc4a357f32d387e6f44c6296be522dbd75df
1 parent
e02bbd19
present quick links in the right order
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1667 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/dashboardBL.php
| ... | ... | @@ -82,7 +82,7 @@ if (checkSession()) { |
| 82 | 82 | $aSubscriptionAlertList = SubscriptionManager::listSubscriptionAlerts($_SESSION["userID"]); |
| 83 | 83 | |
| 84 | 84 | // retrieve quicklinks |
| 85 | - $aQuickLinks = Link::getList(); | |
| 85 | + $aQuickLinks = Link::getList("ORDER BY rank"); | |
| 86 | 86 | |
| 87 | 87 | // retrieve pending web documents |
| 88 | 88 | $aPendingWebDocuments = getPendingWebDocuments($_SESSION["userID"]); | ... | ... |