Skip to content
Snippets Groups Projects
Commit 263a69da authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

use getter method for subnav, re #4317

Merge request studip/studip!3241
parent 7b094f69
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class CourseNavigation extends Navigation
// always insert admin module in first position
if (key($navigations) === 'admin') {
$where = key($this->subnav);
$where = key($this->getSubNavigation());
}
foreach ($navigations as $key => $nav) {
......
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