Skip to content
Snippets Groups Projects
Commit 08a32a4b authored by Jared Hancock's avatar Jared Hancock
Browse files

topic: Fix sorting of alphabetical help topics in listing

parent 538087bd
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment