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:
Ingo Schommer 2010-10-15 03:46:54 +00:00
parent 556e753fee
commit cfe9b518a5

View File

@ -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;