mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-76313 forum: code style changes.
This commit is contained in:
parent
dd9073a232
commit
9cb0e85cf9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user