Merge pull request #7821 from open-sausages/pulls/4.0/update-message

Update reference from $databaseConfig to .env
This commit is contained in:
Chris Joe 2018-02-01 22:57:46 +13:00 committed by GitHub
commit 628c5caad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ class CoreKernel implements Kernel
// Error if installer not available
if (!file_exists($this->basePath . '/install.php')) {
throw new HTTPResponse_Exception(
'SilverStripe Framework requires a $databaseConfig defined.',
'SilverStripe Framework requires a .env configuration file',
500
);
}