mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正变量判断错误
This commit is contained in:
@@ -196,7 +196,7 @@ class Windows extends Pipes
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (null !== $w && 0 < count($r)) {
|
if (null !== $r && 0 < count($r)) {
|
||||||
$data = '';
|
$data = '';
|
||||||
while ($dataread = fread($r['input'], self::CHUNK_SIZE)) {
|
while ($dataread = fread($r['input'], self::CHUNK_SIZE)) {
|
||||||
$data .= $dataread;
|
$data .= $dataread;
|
||||||
|
|||||||
Reference in New Issue
Block a user