Merge branch 'wip-MDL-52697-master' of git://github.com/abgreeve/moodle

This commit is contained in:
Dan Poltawski
2016-01-11 09:24:22 +00:00
+1 -1
View File
@@ -393,7 +393,7 @@ function calendar_get_mini($courses, $groups, $users, $calmonth = false, $calyea
// Show ical source if needed.
if (!empty($event->subscription) && $CFG->calendar_showicalsource) {
$a = new stdClass();
$a->name = $name;
$a->name = format_string($event->name, true);
$a->source = $event->subscription->name;
$name = get_string('namewithsource', 'calendar', $a);
} else {