fix typo (fix from current Version of Net/Socket.php)

This commit is contained in:
Klaus Leithoff 2012-08-20 13:30:34 +00:00
parent f310b5e711
commit 50e343fa83

View File

@ -231,7 +231,7 @@ class Net_Socket extends PEAR {
return $this->raiseError('not connected');
}
$returned = stream_set_write_buffer($this->fp, $code);
$returned = stream_set_write_buffer($this->fp, $size);
if ($returned == 0) {
return true;
}