mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-76313 forum: code style changes.
This commit is contained in:
parent
f85505169b
commit
26af3bc26e
@ -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