mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11574] Do not display incompatible package note after successful update
PHPBB3-11574
This commit is contained in:
parent
91392c7288
commit
0ff2e93c19
1 changed files with 5 additions and 0 deletions
|
@ -313,6 +313,11 @@ class install_update extends module
|
||||||
'L_EVERYTHING_UP_TO_DATE' => $user->lang('EVERYTHING_UP_TO_DATE', append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'), append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login&redirect=' . $phpbb_adm_relative_path . 'index.php%3Fi=send_statistics%26mode=send_statistics')),
|
'L_EVERYTHING_UP_TO_DATE' => $user->lang('EVERYTHING_UP_TO_DATE', append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'), append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login&redirect=' . $phpbb_adm_relative_path . 'index.php%3Fi=send_statistics%26mode=send_statistics')),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
// Do not display incompatible package note after successful update
|
||||||
|
if ($config['version'] == $this->update_info['version']['to'])
|
||||||
|
{
|
||||||
|
$template->assign_var('S_ERROR', false);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'file_check':
|
case 'file_check':
|
||||||
|
|
Loading…
Add table
Reference in a new issue