Merge branch 'MDL-50280_29' of https://github.com/sk-unikent/moodle into MOODLE_29_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2015-05-19 01:43:13 +02:00
+1 -1
View File
@@ -323,7 +323,7 @@ class qformat_webct extends qformat_default {
return file($dirfiles[1]);
} else {
$this->error(get_string('cannotunzip', 'question'));
fulldelete($this->temp_dir);
fulldelete($this->tempdir);
}
} else {
$this->error(get_string('cannotreaduploadfile', 'error'));