mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
NEW Enable SiteTree::$nested_urls by default
This commit is contained in:
parent
27925f1c75
commit
17113039be
@ -174,7 +174,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
|||||||
/**
|
/**
|
||||||
* @see SiteTree::nested_urls()
|
* @see SiteTree::nested_urls()
|
||||||
*/
|
*/
|
||||||
private static $nested_urls = false;
|
private static $nested_urls = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see SiteTree::set_create_default_pages()
|
* @see SiteTree::set_create_default_pages()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user