mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11150] Improves requirements check
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
16d3fa49a1
commit
4599799fba
@@ -253,6 +253,7 @@ class manager implements manager_interface
|
||||
if ($this->available_packages === null)
|
||||
{
|
||||
$this->available_packages = $this->cache->get('_composer_' . $this->package_type . '_available');
|
||||
|
||||
if (!$this->available_packages)
|
||||
{
|
||||
$this->available_packages = $this->installer->get_available_packages($this->package_type);
|
||||
|
Reference in New Issue
Block a user