Merged from HEAD (originally by gustav_delius)
course.guest was not loaded from database but used in code.
This commit is contained in:
+1
-1
@@ -1146,7 +1146,7 @@ function print_category_info($category, $depth) {
|
||||
echo "\n\n<table border=0 cellpadding=3 cellspacing=0 width=\"100%\"><tr>";
|
||||
|
||||
if ($CFG->frontpage == FRONTPAGECOURSELIST) {
|
||||
$courses = get_courses($category->id, 'c.sortorder ASC', 'c.id,c.sortorder,c.visible,c.fullname,c.shortname,c.password,c.summary');
|
||||
$courses = get_courses($category->id, 'c.sortorder ASC', 'c.id,c.sortorder,c.visible,c.fullname,c.shortname,c.password,c.summary,c.guest');
|
||||
|
||||
echo "<tr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user