mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #7821 from open-sausages/pulls/4.0/update-message
Update reference from $databaseConfig to .env
This commit is contained in:
commit
628c5caad3
@ -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
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user