backup MDL-23885 committing Eloys patch so backup works with the revised file area system

This commit is contained in:
Andrew Davis 2010-08-26 02:15:11 +00:00
parent 5e60ed9b25
commit c2a4f885b4

View file

@ -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";
}
/**