Skip to content

Commit

Permalink
Linting Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Nov 14, 2023
1 parent cbc774a commit 5aea8e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ function mooduell_pluginfile($course, $cm, $context, $filearea, $args, $forcedow
return false;
}

// Make sure the filearea is one of those used by the plugin.
// if ($filearea !== 'aliasavatar' && $filearea !== 'themepicture') {
// return false;
// }

if ($filearea === 'themefile') {
$fs = get_file_storage();
$fs = $fs->get_area_files($context->id, 'mod_mooduell', 'themefile');
Expand Down

0 comments on commit 5aea8e5

Please sign in to comment.