Skip to content
Snippets Groups Projects
Commit ff50b37c authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

fixes #3360

Closes #3360

Merge request studip/studip!2285
parent abb58e94
No related branches found
No related tags found
No related merge requests found
...@@ -162,8 +162,6 @@ class AdminNavigation extends Navigation ...@@ -162,8 +162,6 @@ class AdminNavigation extends Navigation
if ($GLOBALS['perm']->have_perm('admin')) { if ($GLOBALS['perm']->have_perm('admin')) {
$pool = new Navigation(_('Bilder-Pool'), 'dispatch.php/stock_images', []); $pool = new Navigation(_('Bilder-Pool'), 'dispatch.php/stock_images', []);
$pool->setImage(Icon::create('picture'));
$pool->setDescription(_('Verwalten Sie den Pool frei verfügbarer Bilder.'));
$navigation->addSubNavigation('stock_images', $pool); $navigation->addSubNavigation('stock_images', $pool);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment