1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/11150] Updates deps + fix various issues

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2016-09-07 20:27:50 +02:00
parent 87ce6cadaf
commit fbf11d61aa
9 changed files with 448 additions and 13 deletions

View File

@@ -253,7 +253,7 @@ class manager implements manager_interface
{
$this->available_packages = $this->cache->get('_composer_' . $this->package_type . '_available');
if (!$this->available_packages)
if (true || !$this->available_packages)
{
$this->available_packages = $this->installer->get_available_packages($this->package_type);
$this->cache->put('_composer_' . $this->package_type . '_available', $this->available_packages, 24*60*60);