mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
[ticket/11150] Always display an error message
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
f6eb17048a
commit
fad379813f
@@ -99,7 +99,7 @@ class installer
|
||||
|
||||
$this->root_path = $root_path;
|
||||
|
||||
putenv('COMPOSER_HOME=' . $filesystem->realpath($root_path) . 'store/composer');
|
||||
putenv('COMPOSER_HOME=' . $filesystem->realpath($root_path) . '/store/composer');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user