diff --git a/blocks/community/forms.php b/blocks/community/forms.php index 6cb92e6d7c561..141bf66316517 100644 --- a/blocks/community/forms.php +++ b/blocks/community/forms.php @@ -155,7 +155,7 @@ public function definition() { array('class' => 'hubscreenshot')); $hubdescriptiontext = html_writer::tag('span', format_text($hub['description'], FORMAT_PLAIN), array('class' => 'hubdescription')); - if (isset($hub['enrollablecourses'])) { //needed for Moodle version < 2011081700 + if (isset($hub['enrollablecourses'])) { //check needed to avoid warnings for Moodle version < 2011081700 $additionaldesc = get_string('enrollablecourses', 'block_community') . ': ' . $hub['enrollablecourses'] . ' - ' . get_string('downloadablecourses', 'block_community') . ': ' . $hub['downloadablecourses']; $hubdescriptiontext .= html_writer::tag('span', $additionaldesc,