MDL-22217 backup file areas - fixed course backups string usage
This commit is contained in:
@@ -418,7 +418,7 @@ class file_browser {
|
||||
|
||||
$downloadable = has_capability('moodle/backup:downloadfile', $context);
|
||||
$uploadable = has_capability('moodle/restore:uploadfile', $context);
|
||||
return new file_info_stored($this, $context, $storedfile, $urlbase, get_string('areabackup', 'repository'), false, $downloadable, $uploadable, false);
|
||||
return new file_info_stored($this, $context, $storedfile, $urlbase, get_string('coursebackup', 'repository'), false, $downloadable, $uploadable, false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user