diff --git a/htdocs/admin/tools/export.php b/htdocs/admin/tools/export.php
index 8a4cbd538171efab8eb86e1ec9101e48ed341634..7e4897d1cba4885d85d316defd47b8e66c44a1e2 100644
--- a/htdocs/admin/tools/export.php
+++ b/htdocs/admin/tools/export.php
@@ -294,7 +294,7 @@ if ($what)
 	}
 }
 
-$result=$formfile->show_documents('systemtools','',$conf->admin->dir_temp,$_SERVER['PHP_SELF'],0,1,'',array(),0,0,54,0,'',$langs->trans("PreviousDumpFiles"));
+$result=$formfile->show_documents('systemtools','backup',$conf->admin->dir_output.'/backup',$_SERVER['PHP_SELF'],0,1,'',array(),0,0,54,0,'',$langs->trans("PreviousDumpFiles"));
 
 if ($result == 0)
 {