1
0
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:
Tristan Darricau
2015-12-22 16:45:30 +01:00
committed by Tristan Darricau
parent f6eb17048a
commit fad379813f
2 changed files with 8 additions and 8 deletions

View File

@@ -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');
}
/**