Merge branch 'MDL-42574-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Sam Hemelryk
2013-11-01 08:55:24 +08:00
+1
View File
@@ -38,6 +38,7 @@ class block_community_manager {
$community = $this->block_community_get_course($course->url, $userid);
if (empty($community)) {
$community = new stdClass();
$community->userid = $userid;
$community->coursename = $course->name;
$community->coursedescription = $course->description;