From 3b5a85919cc4a9f1770727bc55802fef60640fa6 Mon Sep 17 00:00:00 2001
From: Moritz Strohm <strohm@data-quest.de>
Date: Fri, 15 Oct 2021 17:41:30 +0200
Subject: [PATCH] fixed user profile skiplink

---
 app/controllers/profile.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/controllers/profile.php b/app/controllers/profile.php
index da5414e2dfa..8592d01aa92 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
-- 
GitLab