Skip to content
Snippets Groups Projects
Commit 6b7cabc4 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-261] Merging test into staging -c1281 -c1307

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1308 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 98343d2a
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,8 @@ function unl_cas_menu() {
function unl_cas_menu_alter(&$items) {
$items['admin/people/create']['weight'] = 2;
$items['admin/people/create']['title'] .= ' manually';
$items['admin/people/create']['access arguments'] = array('administer permissions');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment