mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15355] Remove version field when no update is available
This commit is contained in:
commit
a33666fd32
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@ class acp_update
|
||||||
$updates_available = array();
|
$updates_available = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_block_vars('updates_available', $updates_available);
|
if (!empty($updates_available))
|
||||||
|
{
|
||||||
|
$template->assign_block_vars('updates_available', $updates_available);
|
||||||
|
}
|
||||||
|
|
||||||
$update_link = $phpbb_root_path . 'install/app.' . $phpEx;
|
$update_link = $phpbb_root_path . 'install/app.' . $phpEx;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue