mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
BUGFIX: Make default mysite/_config.php work when CMS module isnt installed
This commit is contained in:
parent
a0527ce846
commit
ceb45f9808
@ -15,5 +15,5 @@ MySQLDatabase::set_connection_charset('utf8');
|
||||
SSViewer::set_theme('blackcandy');
|
||||
|
||||
// enable nested URLs for this site (e.g. page/sub-page/)
|
||||
SiteTree::enable_nested_urls();
|
||||
if(class_exists('SiteTree')) SiteTree::enable_nested_urls();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user