mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ abstract class convert_helper {
|
||||||
$filepath = $dirpath . '/moodle_backup.xml';
|
$filepath = $dirpath . '/moodle_backup.xml';
|
||||||
|
|
||||||
if (!is_dir($dirpath)) {
|
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)) {
|
if (!file_exists($filepath)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue