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:
David Mudrak 2011-06-23 13:38:15 +02:00
parent 7fde489dae
commit 477f1d2b78

View File

@ -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)) {