mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5971 from open-sausages/pulls/4.0/core-include
BUG fix core include
This commit is contained in:
commit
a5494504ff
2
main.php
2
main.php
@ -143,7 +143,7 @@ $chain
|
|||||||
if (!$reloadToken) $chain->setSuppression(false);
|
if (!$reloadToken) $chain->setSuppression(false);
|
||||||
|
|
||||||
// Load in core
|
// Load in core
|
||||||
require_once('core/Core.php');
|
require_once('Core/Core.php');
|
||||||
|
|
||||||
// Connect to database
|
// Connect to database
|
||||||
global $databaseConfig;
|
global $databaseConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user