Skip to content

Commit

Permalink
Merge pull request #741 from portabilis/fix-installer
Browse files Browse the repository at this point in the history
[2.5] Corrige instalador
  • Loading branch information
edersoares authored Jan 4, 2021
2 parents 3ed593e + c8e561d commit 8c2b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function boolIcon(bool $bool): string
$dbCheck = false;

if ($envExists) {
Dotenv\Dotenv::create($rootDir)->load();
Dotenv\Dotenv::createImmutable($rootDir)->load();
$dbCheck = $installer->checkDatabaseConnection();
$isInstalled = $installer->isInstalled();
}
Expand Down

0 comments on commit 8c2b70f

Please sign in to comment.