diff --git a/include/staff/helptopics.inc.php b/include/staff/helptopics.inc.php index 6f172e6971ebba6b082d84ca4ed5c3f46cd79749..2a7c8f53d1855a9bcea52659563f9f8e24e51561 100644 --- a/include/staff/helptopics.inc.php +++ b/include/staff/helptopics.inc.php @@ -28,7 +28,7 @@ foreach ($topics as &$t) $t['name'] = Topic::getTopicName($t['topic_id']); if ($cfg->getTopicSortMode() == 'a') - usort($topics, function($a, $b) { return strcmp($a['name'], $b['name']); }); + usort($topics, function($a, $b) { return strcasecmp($a['name'], $b['name']); }); ?> <div class="pull-left" style="width:700px;padding-top:5px;">