Undefined var on FTP error at serverlog #885

This commit is contained in:
Ulrich Block 2016-06-27 11:31:18 +02:00
parent 52d48353a5
commit 4cc8d1502f

View File

@ -89,7 +89,7 @@ while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
}
} else {
$array['error'] = 'Cannot connect to FTP Server ' . $row2['ip'] . ':' . $row2['ftpport'];
$array['error'] = 'Cannot connect to FTP Server ' . $row['ftp_ip'] . ':' . $row['ftpport'];
}
}
}