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
bfe00b2e
Commit
bfe00b2e
authored
Feb 06, 2010
by
Dries
Browse files
- Patch
#706558
by chx: minimal profile was broken.
parent
2975da0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/minimal/minimal.install
View file @
bfe00b2e
...
...
@@ -90,6 +90,6 @@ function minimal_install() {
$query
->
execute
();
// Enable default permissions for system roles.
user_role_grant_permissions
(
DRUPAL_ANONYMOUS_RID
,
array
(
'access content'
,
'use text format 1'
));
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'
));
}
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