diff --git a/app/controllers/user.php b/app/controllers/user.php index fea4f59..5ac6861 100644 --- a/app/controllers/user.php +++ b/app/controllers/user.php @@ -19,7 +19,6 @@ public function before_filter(&$action, &$args) PageLayout::setTabNavigation('/links/settings'); } elseif (Navigation::hasItem('/profile/settings/oauth')) { Navigation::activateItem('/profile/settings/oauth'); - PageLayout::setTabNavigation('/profile/settings'); } PageLayout::setTitle(_('Applikationen')); } diff --git a/plugin.manifest b/plugin.manifest index 96cd0dd..6dbeef1 100644 --- a/plugin.manifest +++ b/plugin.manifest @@ -1,7 +1,7 @@ pluginname=REST.Ip pluginclassname=RestipPlugin origin=UOL -version=0.9.10 +version=0.9.11 description=This plugin is supposed to be a working example of a RESTful webservice implementing authentication by OAuth. homepage=http://studip.github.com/studip-rest.ip studipMinVersion=2.3