From c2a4f885b4dce8bd434608e331fd78f186a57128 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 26 Aug 2010 02:15:11 +0000 Subject: [PATCH] backup MDL-23885 committing Eloys patch so backup works with the revised file area system --- backup/util/helper/backup_file_manager.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backup/util/helper/backup_file_manager.class.php b/backup/util/helper/backup_file_manager.class.php index 5e3f21b7185..14ef03edf6d 100644 --- a/backup/util/helper/backup_file_manager.class.php +++ b/backup/util/helper/backup_file_manager.class.php @@ -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"; } /**