removed link to connected apps by accident

This commit is contained in:
Mario Vavti
2016-03-26 19:34:38 +01:00
parent f714e97d63
commit 97eef2b88c
2 changed files with 8 additions and 2 deletions

View File

@@ -559,6 +559,12 @@ function widget_settings_menu($arr) {
);
}
$tabs[] = array(
'label' => t('Connected apps'),
'url' => $a->get_baseurl(true) . '/settings/oauth',
'selected' => ((argv(1) === 'oauth') ? 'active' : ''),
);
if($role === false || $role === 'custom') {
$tabs[] = array(
'label' => t('Connection Default Permissions'),