MDL-76313 forum: code style changes.

This commit is contained in:
Ilya Tregubov 2023-02-16 11:00:28 +08:00
parent dd9073a232
commit 9cb0e85cf9

View File

@ -135,7 +135,7 @@ class mod_forum_renderer extends plugin_renderer_base {
$output .= $this->output->heading(get_string("subscriberstowithcount", "forum", $strparams));
$table = new html_table();
$table->id = 'subscribers-table';
$table->head = array();
$table->head = [];
$table->head[] = get_string('pictureofuser');
$table->head[] = get_string('fullname');
if ($canviewemail) {