Skip to content
Snippets Groups Projects
Commit 7a044bd0 authored by Daniel Sabatino's avatar Daniel Sabatino
Browse files

fixing simplesamlphp auth menu type to normal task

parent cabd083e
No related merge requests found
......@@ -40,7 +40,7 @@ function ocio_simplesamlphp_auth_whitelist_form_access($op, $profile = NULL, $ac
*/
function ocio_simplesamlphp_auth_menu_alter(&$items) {
// add tab placeholder
$items['admin/config/people/simplesamlphp_auth/'['type'] = MENU_NORMAL_ITEM;
$items['admin/config/people/simplesamlphp_auth']['type'] = MENU_NORMAL_ITEM;
$items['admin/config/people/simplesamlphp_auth/general']['type'] = MENU_DEFAULT_LOCAL_TASK;
$items['admin/config/people/simplesamlphp_auth/general']['title'] = 'SimpleSAMLphp Auth Settings';
// whitelist entity form as tab
......
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