mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15355] Remove version field when no update is available
PHPBB3-15355
This commit is contained in:
parent
16da17a4ba
commit
ed7ec01fea
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@ class acp_update
|
||||||
$updates_available = array();
|
$updates_available = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!empty($updates_available))
|
||||||
|
{
|
||||||
$template->assign_block_vars('updates_available', $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