diff --git a/code/SecurityAdmin.php b/code/SecurityAdmin.php index 6c4476ef..9e9cad83 100644 --- a/code/SecurityAdmin.php +++ b/code/SecurityAdmin.php @@ -23,7 +23,8 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider { 'removememberfromgroup', 'savemember', 'AddRecordForm', - 'MemberForm' + 'MemberForm', + 'EditForm' ); public function init() { @@ -229,4 +230,4 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider { } } -?> \ No newline at end of file +?>