Merge branch 'MDL-50637-2.8' of git://github.com/sk-unikent/moodle into MOODLE_28_STABLE
This commit is contained in:
@@ -701,7 +701,7 @@ class core_calendar_renderer extends plugin_renderer_base {
|
||||
|
||||
if (empty($subscriptions)) {
|
||||
$cell = new html_table_cell(get_string('nocalendarsubscriptions', 'calendar'));
|
||||
$cell->colspan = 4;
|
||||
$cell->colspan = 5;
|
||||
$table->data[] = new html_table_row(array($cell));
|
||||
}
|
||||
$strnever = new lang_string('never', 'calendar');
|
||||
|
||||
Reference in New Issue
Block a user