catalyst / moodle-tool_advancedreplace

GNU General Public License v3.0
2 stars 0 forks source link

Zip files should be on local temp not shared temp #89

Closed brendanheywood closed 3 weeks ago

brendanheywood commented 3 weeks ago

https://github.com/catalyst/moodle-tool_advancedreplace/blob/MOODLE_401_STABLE/classes/file_search.php#L411C31-L411C51

this internally uses make_temp_directory which is shared, we need this to be on a local temp dir so swap to copy_content_to() instead