Skip to content

Commit

Permalink
Merge branch 'MDL-57486-master-fix' of git://github.com/junpataleta/m…
Browse files Browse the repository at this point in the history
…oodle
  • Loading branch information
andrewnicols committed May 30, 2018
2 parents f77bb28 + 95c2e43 commit 5a38bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/recyclebin/classes/category_bin.php
Expand Up @@ -305,7 +305,7 @@ public function delete_item($item) {
$file = $fs->get_file_instance($filer);
$file->delete();
}
$file->close();
$files->close();
}

// Delete the record.
Expand Down

0 comments on commit 5a38bc9

Please sign in to comment.