mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11574] Do not display incompatible package note after successful update
PHPBB3-11574
This commit is contained in:
@@ -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':
|
||||||
|
Reference in New Issue
Block a user