MDL-32004 Set the defaultrequestcategory correctly when deleting/creating the default category

This commit is contained in:
Andrew Robert Nicols
2012-03-19 14:38:48 +13:00
committed by Sam Hemelryk
parent fc109fac2d
commit 51ffccda4d
+2 -1
View File
@@ -177,6 +177,7 @@ if (!$categories = get_categories()) { /// No category yet!
$tempcat->context = get_context_instance(CONTEXT_COURSECAT, $tempcat->id);
mark_context_dirty('/'.SYSCONTEXTID);
fix_course_sortorder(); // Required to build course_categories.depth and .path.
set_config('defaultrequestcategory', $tempcat->id);
}
/// Move a category to a new parent if required
@@ -394,4 +395,4 @@ function print_category_edit($category, $displaylist, $parentslist, $depth=-1, $
print_category_edit($cat, $displaylist, $parentslist, $depth+1, $up, $down);
}
}
}
}