mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#18433153 Fixed : 목록 항목이 없을 때 디버그 메시지 출력부분에서 에러가 발생하는 문제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
517bb340dc
commit
042941cd07
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue