diff --git a/library/includes/page_header.php b/library/includes/page_header.php
index 37b3ca143..9b8b408e5 100644
--- a/library/includes/page_header.php
+++ b/library/includes/page_header.php
@@ -225,7 +225,7 @@ if (!empty($bb_cfg['page']['show_torhelp'][BB_SCRIPT]) && !empty($userdata['torh
$torhelp_topics = [];
foreach (DB()->fetch_rowset($sql) as $row) {
- $torhelp_topics[] = '' . $row['topic_title'] . '';
+ $torhelp_topics[] = '' . $row['topic_title'] . '';
}
$template->assign_vars([