MDL-32975 navigation: fixed error when viewing my with no enrolments

This commit is contained in:
Sam Hemelryk
2013-03-06 14:35:30 +13:00
parent ef01018a00
commit 3d6fb349eb
+1 -1
View File
@@ -2657,7 +2657,7 @@ class global_navigation extends navigation_node {
// Append the chosen sortorder.
$sortorder = $sortorder . ',' . $CFG->navsortmycoursessort . ' ASC';
$courses = enrol_get_my_courses(null, $sortorder);
if ($this->show_my_categories(true)) {
if (count($courses) && $this->show_my_categories()) {
// OK Actually we are loading categories. We only want to load categories that have a parent of 0.
// In order to make sure we load everything required we must first find the categories that are not
// base categories and work out the bottom category in thier path.