From 7213d2b7dc0ffdd94137313b04fd561fb5b5fe6b Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 11 Apr 2012 15:48:17 +1200 Subject: [PATCH] MINOR: Clarified meaning of SiteTree:: --- code/model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/model/SiteTree.php b/code/model/SiteTree.php index cd04867b..0222b107 100644 --- a/code/model/SiteTree.php +++ b/code/model/SiteTree.php @@ -122,7 +122,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid static $default_sort = "\"Sort\""; /** - * If this is false, the class cannot be created in the CMS. + * If this is false, the class cannot be created in the CMS by regular content authors, only by ADMINs. * @var boolean */ static $can_create = true;