1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Merge branch '3.1.x' into 3.2.x

* 3.1.x:
  [ticket/15143] Fix display of version update in ACP
This commit is contained in:
Tristan Darricau
2017-03-24 23:19:54 +01:00
2 changed files with 6 additions and 9 deletions

View File

@@ -52,10 +52,7 @@ class acp_update
$updates_available = array();
}
foreach ($updates_available as $branch => $version_data)
{
$template->assign_block_vars('updates_available', $version_data);
}
$template->assign_block_vars('updates_available', $updates_available);
$update_link = $phpbb_root_path . 'install/app.' . $phpEx;