From e344eb0dcc686ae9ee3582efd48882464f3d1030 Mon Sep 17 00:00:00 2001 From: Carlos Barberis Date: Fri, 2 Jul 2010 03:46:43 +0000 Subject: [PATCH] MINOR: Fixed Documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107430 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/SiteTree.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index 86eaaf539..87e5fb1ec 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -224,8 +224,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;