Merge branch '3.2.x'

* 3.2.x:
  [ticket/15355] Remove version field when no update is available
This commit is contained in:
Tristan Darricau 2017-09-09 17:04:32 +02:00
commit a33666fd32
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

View file

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