Skip to content

Commit

Permalink
MDL-74910 core_files: Remove unused query param
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1729 authored and junpataleta committed Oct 20, 2022
1 parent 70bd5a2 commit 38c89c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/classes/conversion.php
Expand Up @@ -170,7 +170,6 @@ public static function get_conversions_for_file(stored_file $file, $format) {
$records = $DB->get_records_sql($sql, [
'ccontenthash' => $file->get_contenthash(),
'osourcefileid' => $file->get_id(),
'cfilepath' => "/{$format}/",
'ofilepath' => "/{$format}/",
'cformat' => $format,
'oformat' => $format,
Expand Down

0 comments on commit 38c89c5

Please sign in to comment.