N°2060 [WIP] Initialisation of the portal application: Code cleanup

This commit is contained in:
Molkobain
2019-07-10 11:45:47 +02:00
parent 90062acc35
commit 08731857e5

View File

@@ -55,7 +55,7 @@ elseif (!class_exists(Dotenv::class))
else
{
$sPath = dirname(__DIR__).'/.env';
$oDotenv = new Dotenv(false);
$oDotenv = new Dotenv();
// load all the .env files
if (method_exists($oDotenv, 'loadEnv'))