Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
55687e5d
Commit
55687e5d
authored
Feb 06, 2010
by
Dries
Browse files
- Patch
#706558
by chx: minimal profile was broken.
parent
bfe00b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/minimal/minimal.install
View file @
55687e5d
...
...
@@ -91,5 +91,5 @@ function minimal_install() {
// Enable default permissions for system roles.
user_role_grant_permissions
(
DRUPAL_ANONYMOUS_RID
,
array
(
'access content'
));
user_role_grant_permissions
(
DRUPAL_AUTHENTICATED_RID
,
array
(
'access content'
,
'access comments'
,
'post comments'
,
'post comments without approval'
,
'use text format 1'
));
user_role_grant_permissions
(
DRUPAL_AUTHENTICATED_RID
,
array
(
'access content'
));
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment