1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00

[ticket/13844] FAQ in new controller format

PHPBB3-13844
This commit is contained in:
Joas Schilling
2015-05-16 22:06:37 +02:00
parent ff7e9dc912
commit 07231e7943
12 changed files with 192 additions and 24 deletions

View File

@@ -228,7 +228,7 @@ $lang_phpbb = array(
'HELP_FAQ_ISSUES_ADMIN_ANSWER' => $help_phpbb[79][1],
);
write_help('phpbb', $lang_phpbb);
write_help('faq', $lang_phpbb);
trigger_error('Successfully migrated help_bbcode and help_faq to help/bbcode and help/phpbb');