1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #5367 from JimMH/3.2.x

[ticket/15788] Fix return button for Privacy Policy
This commit is contained in:
Marc Alexander
2018-10-13 15:44:24 -07:00

View File

@@ -144,7 +144,7 @@ switch ($mode)
'AGREEMENT_TITLE' => $user->lang[$title],
'AGREEMENT_TEXT' => sprintf($user->lang[$message], $config['sitename'], generate_board_url()),
'U_BACK' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
'L_BACK' => $user->lang['BACK_TO_LOGIN'],
'L_BACK' => $user->lang['BACK_TO_PREV'],
));
page_footer();