Skip to content

Commit

Permalink
Improvements to satisfy code checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Feb 24, 2024
1 parent 07bae91 commit a40f611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/responsetype/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function get_results_tags($weights, $participants, $respondents, $showtot
$file = $fs->get_file_by_id($row->fileid);

if ($file) {
// There is a file.
// There is a file.
$imageurl = moodle_url::make_pluginfile_url(
$file->get_contextid(),
$file->get_component(),
Expand Down

0 comments on commit a40f611

Please sign in to comment.