mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
fix xhtml issue in updater - Bug #51335
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10154 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8cea32f3bf
commit
2f808d274b
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class acp_update
|
||||||
$latest_version = trim($info[0]);
|
$latest_version = trim($info[0]);
|
||||||
|
|
||||||
$announcement_url = trim($info[1]);
|
$announcement_url = trim($info[1]);
|
||||||
|
$announcement_url = (strpos($announcement_url, '&') === false) ? str_replace('&', '&', $announcement_url) : $announcement_url;
|
||||||
$update_link = append_sid($phpbb_root_path . 'install/index.' . $phpEx, 'mode=update');
|
$update_link = append_sid($phpbb_root_path . 'install/index.' . $phpEx, 'mode=update');
|
||||||
|
|
||||||
// Determine automatic update...
|
// Determine automatic update...
|
||||||
|
|
Loading…
Add table
Reference in a new issue