From 537bf8074e9157b8635c9edb90224a11aecccc27 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Mon, 18 Jul 2011 00:03:18 +0000
Subject: [PATCH] Fix: Error in ftp link

---
 htdocs/ftp/index.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php
index 4cfd3d21177..8711c865d46 100644
--- a/htdocs/ftp/index.php
+++ b/htdocs/ftp/index.php
@@ -21,7 +21,7 @@
  *	\file       htdocs/ftp/index.php
  *	\ingroup    ftp
  *	\brief      Main page for FTP section area
- *	\version    $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $
+ *	\version    $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $
  *	\author		Laurent Destailleur
  */
 
@@ -447,6 +447,7 @@ else
 
 
 		print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
+        print '<input type="hidden" name="numero_ftp" value="'.$numero_ftp.'">';
 		print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
 
 
@@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id);
 // End of page
 $db->close();
 
-llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $');
+llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $');
 
 
 /**
-- 
GitLab