Skip to content
Snippets Groups Projects
Commit 69d3f444 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fix property access in ActionMenu::addLink(), fixes #1989

Closes #1989

Merge request studip/studip!1296
parent 97fe2c82
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ class ActionMenu
'type' => 'link',
'link' => $url->link,
'icon' => $url->icon,
'label' => $url->label,
'label' => $url->title,
'attributes' => $url->attributes,
];
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment