MDL-42574 blocks: Fix strict standards warning in community block
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user