mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
"MDL-14129, fix print_error"
This commit is contained in:
parent
02dc703298
commit
b121a4eed9
8 changed files with 23 additions and 20 deletions
|
@ -176,7 +176,7 @@
|
|||
|
||||
if ($wdir == "/backupdata") {
|
||||
if (! make_upload_directory("$course->id/backupdata")) { // Backup folder
|
||||
print_error("nopermissiontomkdir");
|
||||
print_error('cannotcreatebackupdir');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue