diff --git a/course/category.php b/course/category.php index 01ad41106b3..0fb31691d8a 100644 --- a/course/category.php +++ b/course/category.php @@ -35,6 +35,7 @@ } else { $navbaritem = print_course_search("", true, "navbar"); $adminediting = false; + $creatorediting = false; } @@ -231,6 +232,7 @@ $strupdate = get_string("update"); $strhide = get_string("hide"); $strshow = get_string("show"); + $strsummary = get_string("summary"); $strassignteachers = get_string("assignteachers"); $strallowguests = get_string("allowguests"); $strrequireskey = get_string("requireskey");