Jaap Marcus hace 2 años
padre
commit
80f7ebd2d4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web/edit/web/index.php

+ 1 - 0
web/edit/web/index.php

@@ -1187,6 +1187,7 @@ if (!empty($_POST["save"])) {
 				}
 
 				// Add ftp account
+				$v_ftp_username_for_emailing = $v_ftp_user_data["v_ftp_user"];
 				$v_ftp_username = $v_ftp_user_data["v_ftp_user"];
 				$v_ftp_username_full = $user . "_" . $v_ftp_user_data["v_ftp_user"];
 				$v_ftp_user = quoteshellarg($v_ftp_username);