mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
Merge pull request #4679 from marc1706/ticket/14998
[ticket/14998] Point only to install dir from acp_update
This commit is contained in:
commit
5cf1fc62db
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class acp_update
|
|||
$template->assign_block_vars('updates_available', $version_data);
|
||||
}
|
||||
|
||||
$update_link = append_sid($phpbb_root_path . 'install/index.' . $phpEx, 'mode=update');
|
||||
$update_link = append_sid($phpbb_root_path . 'install/');
|
||||
|
||||
$template->assign_vars(array(
|
||||
'S_UP_TO_DATE' => empty($updates_available),
|
||||
|
|
Loading…
Add table
Reference in a new issue