#18433153 Fixed : 목록 항목이 없을 때 디버그 메시지 출력부분에서 에러가 발생하는 문제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-09-28 19:45:54 +00:00
parent 517bb340dc
commit 042941cd07

View file

@ -257,6 +257,7 @@
}
$this->ftp_debug("Connected to remote host\n");
$list = array();
while (!feof($sock_data)) {
$list[] = preg_replace("@[\r\n]@", "", fgets($sock_data, 512));
}