diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-26 19:34:38 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-26 19:34:38 +0100 |
commit | 97eef2b88c5e2e709b8efdb2ea597a5803783e24 (patch) | |
tree | 0601535e8ece4a4a903b612a6eedfb3569dcc693 /include/widgets.php | |
parent | f714e97d63e61dfda77f4d4ab4eb2b5b5fb06737 (diff) | |
download | volse-hubzilla-97eef2b88c5e2e709b8efdb2ea597a5803783e24.tar.gz volse-hubzilla-97eef2b88c5e2e709b8efdb2ea597a5803783e24.tar.bz2 volse-hubzilla-97eef2b88c5e2e709b8efdb2ea597a5803783e24.zip |
removed link to connected apps by accident
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 6 |
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'), |