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