mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 09:02:07 +01:00
MDLQA-1147 Fixed a typo in the exception class name
Thanks Steve Turley for spotting and reporting this during the QA.
This commit is contained in:
parent
7fde489dae
commit
477f1d2b78
@ -89,7 +89,7 @@ abstract class convert_helper {
|
||||
$filepath = $dirpath . '/moodle_backup.xml';
|
||||
|
||||
if (!is_dir($dirpath)) {
|
||||
throw new converter_helper_exception('tmp_backup_directory_not_found', $dirpath);
|
||||
throw new convert_helper_exception('tmp_backup_directory_not_found', $dirpath);
|
||||
}
|
||||
|
||||
if (!file_exists($filepath)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user