BUGFIX: Add EditForm to list of allowed actions

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70729 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2009-01-26 04:43:36 +00:00 committed by Sam Minnee
parent 12bd84481c
commit c7a03db6e7

View File

@ -23,7 +23,8 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
'removememberfromgroup', 'removememberfromgroup',
'savemember', 'savemember',
'AddRecordForm', 'AddRecordForm',
'MemberForm' 'MemberForm',
'EditForm'
); );
public function init() { public function init() {
@ -229,4 +230,4 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
} }
} }
?> ?>