Skip to content

Commit

Permalink
MDL-76313 forum: code style changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyatregubov committed Feb 16, 2023
1 parent dd9073a commit 9cb0e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/renderer.php
Expand Up @@ -135,7 +135,7 @@ public function subscriber_overview($users, $forum , $course) {
$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) {
Expand Down

0 comments on commit 9cb0e85

Please sign in to comment.