1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11366] Add recheck-all link

PHPBB3-11366
This commit is contained in:
Tristan Darricau
2014-05-12 12:40:16 +02:00
parent 521fe2b8e2
commit 13ecddf85b
3 changed files with 5 additions and 1 deletions

View File

@@ -91,6 +91,8 @@ class acp_extensions
$this->list_disabled_exts($phpbb_extension_manager);
$this->list_available_exts($phpbb_extension_manager);
$this->template->assign_var('U_VERSIONCHECK_FORCE', $this->u_action . '&action=list&versioncheck_force=1');
$this->tpl_name = 'acp_ext_list';
break;