mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Fixed Documentation (from r107430)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112594 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
556e753fee
commit
cfe9b518a5
@ -222,8 +222,9 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
}
|
||||
|
||||
/**
|
||||
* @param bool $option
|
||||
* Set the (re)creation of default pages on /dev/build
|
||||
*
|
||||
* @param bool $option
|
||||
*/
|
||||
public static function set_create_default_pages($option = true) {
|
||||
self::$create_default_pages = $option;
|
||||
|
Loading…
Reference in New Issue
Block a user