diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 34e9dd66cb..c74b52a58b 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3938,6 +3938,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id = 'L_INDEX' => ($config['board_index_text'] !== '') ? $config['board_index_text'] : $user->lang['FORUM_INDEX'], 'L_SITE_HOME' => ($config['site_home_text'] !== '') ? $config['site_home_text'] : $user->lang['HOME'], 'L_ONLINE_EXPLAIN' => $l_online_time, + 'L_RECAPTCHA_LANG' => $language_file_helper->get_lang_key_value('recaptcha_lang'), 'U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'), 'U_RETURN_INBOX' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),