moodle/backup/converter
Shamim Rezaie f181a24a0b MDL-62251 backup: Fix replace_tempdir() bug under Windows
rename() fails under Windows if the destination file/directory exists.
I modified the code to only call $this->get_workdir_path() once as that function
creates the directory if doesn't exist. And we don't want that considering the
behaviour of rename on Windows.
2018-05-10 18:16:09 +10:00
..
imscc1 MDL-44630: Review changes 2014-04-03 10:10:10 -07:00
imscc11 MDL-60923 backup: Added $CFG->backuptempdir 2018-04-16 23:50:28 +02:00
moodle1 MDL-60923 backup: Added $CFG->backuptempdir 2018-04-16 23:50:28 +02:00
convertlib.php MDL-62251 backup: Fix replace_tempdir() bug under Windows 2018-05-10 18:16:09 +10:00