Skip to content

Commit

Permalink
MINOR: Clarified meaning of SiteTree::
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Apr 11, 2012
1 parent bc42080 commit 7213d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/model/SiteTree.php
Expand Up @@ -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;
Expand Down

0 comments on commit 7213d2b

Please sign in to comment.