aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 010fcf0ae..ac0b6a84f 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -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'),