diff --git a/include/staff/helptopics.inc.php b/include/staff/helptopics.inc.php index ab918d7a52bda9ded819bfa16db80bf9e753e1d8..9839cc76e81be16d03f4ada4112809d228dc8bf3 100644 --- a/include/staff/helptopics.inc.php +++ b/include/staff/helptopics.inc.php @@ -8,7 +8,7 @@ $pageNav = new Pagenate($count, $page, PAGE_LIMIT); $pageNav->setURL('helptopics.php', $_qstr); $showing = $pageNav->showing().' '._N('help topic', 'help topics', $count); -$order_by = ($cfg->getTopicSortMode() == 'm') ? 'sort' : 'topic'; +$order_by = 'sort'; ?> <form action="helptopics.php" method="POST" name="topics">