Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
fix navigation messup, fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
tleilax committed Feb 9, 2017
1 parent 3c602a2 commit 7118a19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.manifest
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7118a19

Please sign in to comment.