Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 8899)
+++ temp/trunk/html/admin/system/bkup.php	(revision 8900)
@@ -93,5 +93,5 @@
 	$dl_file = $objPage->bkup_dir.$_POST['list_name'];
 	
-	header("Content-Disposition: attachment;filename=" .$filename. "\""); 
+	header("Content-Disposition: attachment;filename=" .$_POST['list_name']. "\""); 
 	header("Content-Length: " .filesize($dl_file)); 
 	header("Content-Type: application/octet-stream; name=" .$filename. "\""); 
