mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Fix typo in last commit
This commit is contained in:
parent
54dc4fe40a
commit
2c15750c1b
@ -8,7 +8,7 @@ $database = 'SS_ssdoc';
|
||||
|
||||
require_once('conf/ConfigureFromEnv.php');
|
||||
|
||||
if (define('SS_DATABASE_NAME')) {
|
||||
if (defined('SS_DATABASE_NAME')) {
|
||||
$database = SS_DATABASE_NAME;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user