mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
backup MDL-23885 committing Eloys patch so backup works with the revised file area system
This commit is contained in:
parent
5e60ed9b25
commit
c2a4f885b4
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ class backup_file_manager {
|
|||
public static function get_content_file_location($contenthash) {
|
||||
$l1 = $contenthash[0].$contenthash[1];
|
||||
$l2 = $contenthash[2].$contenthash[3];
|
||||
$l3 = $contenthash[4].$contenthash[5];
|
||||
return "$l1/$l2/$l3/$contenthash";
|
||||
return "$l1/$l2/$contenthash";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue