Changed default debug level

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-09 12:52:57 +01:00
parent 84ac13d591
commit 5c7f397bde
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class UDPSocket{
public function read(){
if($this->connected === false){
return false;
return array(3 => false);
}
$source = false;
$port = 1; //$source and $port will be overwritten