aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/profile.php
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2021-10-15 17:41:30 +0200
committerMoritz Strohm <strohm@data-quest.de>2021-10-15 17:41:30 +0200
commit3b5a85919cc4a9f1770727bc55802fef60640fa6 (patch)
tree99fef6141061df6f131575af88181d948dc7597b /app/controllers/profile.php
parent57f6fdebea79080cb64544ba65e5354848099d6f (diff)
fixed user profile skiplink
Diffstat (limited to 'app/controllers/profile.php')
-rw-r--r--app/controllers/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profile.php b/app/controllers/profile.php
index da5414e..8592d01 100644
--- a/app/controllers/profile.php
+++ b/app/controllers/profile.php
@@ -27,7 +27,7 @@ class ProfileController extends AuthenticatedController
Navigation::activateItem('/profile/index');
URLHelper::addLinkParam('username', Request::username('username'));
PageLayout::setHelpKeyword('Basis.Homepage');
- SkipLinks::addIndex(_('Benutzerprofil'), 'user_profile', 100);
+ SkipLinks::addIndex(_('Benutzerprofil'), 'layout_content', 100);
$this->user = User::findCurrent(); // current logged in user
$this->perm = $GLOBALS['perm']; // perms of current logged in user