Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-10-13 15:44:30 -07:00
commit 2849576310
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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();