@@ -260,7 +260,7 @@ |
||
260 | 260 | } |
261 | 261 | |
262 | 262 | // Save output line to response array |
263 | - $response[] = $line = stream_get_contents($this->_socket, $length); |
|
263 | + $response[] = $line = stream_get_contents($this->_socket, $length); |
|
264 | 264 | |
265 | 265 | // If we get a !done or !fatal line in response, we are now ready to finish the read |
266 | 266 | // but we need to wait a 0 length message, switch the flag |