mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11569] Add parameter to URL and remove comment
PHPBB3-11569
This commit is contained in:
parent
7383841af5
commit
c65617479d
1 changed files with 1 additions and 2 deletions
|
@ -263,9 +263,8 @@ while (!$migrator->finished())
|
||||||
// Are we approaching the time limit? If so we want to pause the update and continue after refreshing
|
// Are we approaching the time limit? If so we want to pause the update and continue after refreshing
|
||||||
if ((time() - $update_start_time) >= $safe_time_limit)
|
if ((time() - $update_start_time) >= $safe_time_limit)
|
||||||
{
|
{
|
||||||
//echo '<meta http-equiv="refresh" content="0;url=' . str_replace('&', '&', append_sid($phpbb_root_path . 'test.' . $phpEx)) . '" />';
|
|
||||||
echo $user->lang['DATABASE_UPDATE_NOT_COMPLETED'] . '<br />';
|
echo $user->lang['DATABASE_UPDATE_NOT_COMPLETED'] . '<br />';
|
||||||
echo '<a href="' . append_sid($phpbb_root_path . 'install/database_update.' . $phpEx) . '">' . $user->lang['DATABASE_UPDATE_CONTINUE'] . '</a>';
|
echo '<a href="' . append_sid($phpbb_root_path . 'install/database_update.' . $phpEx, 'language=' . $user->data['user_lang']) . '">' . $user->lang['DATABASE_UPDATE_CONTINUE'] . '</a>';
|
||||||
|
|
||||||
phpbb_end_update($cache, $config);
|
phpbb_end_update($cache, $config);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue