Skip to content

Commit

Permalink
Remove feedbackfiles from backup pending a solution that works properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
trampgeek committed Dec 10, 2024
1 parent 9511a1d commit 5c4a4ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backup/moodle2/backup_qtype_coderunner_plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ protected function define_question_plugin_structure() {
*/
public static function get_qtype_fileareas() {
return ['datafile' => 'question_created',
'samplefile' => 'question_created',
'feedbackfiles' => 'question_created'];
'samplefile' => 'question_created'];
}
}

0 comments on commit 5c4a4ba

Please sign in to comment.