diff options
Diffstat (limited to 'include/help.php')
-rw-r--r-- | include/help.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/help.php b/include/help.php index 6efeeb57e..03d01d1a1 100644 --- a/include/help.php +++ b/include/help.php @@ -55,6 +55,7 @@ function get_help_content($tocpath = false) { if(! $text) { $doctype = 'bbcode'; $text = load_doc_file('doc/main.bb'); + goaway('/help/about/about_hubzilla'); \App::$page['title'] = t('Help'); } |