Index: util/helper/backup_file_manager.class.php =================================================================== RCS file: /cvsroot/moodle/moodle/backup/util/helper/backup_file_manager.class.php,v retrieving revision 1.2 diff -u -r1.2 backup_file_manager.class.php --- util/helper/backup_file_manager.class.php 18 Jul 2010 01:35:18 -0000 1.2 +++ util/helper/backup_file_manager.class.php 26 Aug 2010 00:23:47 -0000 @@ -69,8 +69,7 @@ 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"; } /**