Skip to content

Commit

Permalink
Issue #1597314 by t-readyroc: Fixed Permissions dialog messages are c…
Browse files Browse the repository at this point in the history
…onfusing.
  • Loading branch information
nhck committed Jun 8, 2012
1 parent 52ff315 commit 3b2f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfm.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function webfm_admin_settings_roles() {
);
foreach ($groups as $gid => $group) {
if (variable_get("root_dir_group_". $gid, '') == '') {
drupal_set_message(t('Group root directory not set for @group group', array('@group' => $group)), 'error');
drupal_set_message(t('Group root directory not set for @group group', array('@group' => $group)), 'error webfmerror');
}

$form["settings_group_". $gid] = array( '#type' => 'fieldset',
Expand Down

0 comments on commit 3b2f3e3

Please sign in to comment.