Browse Source

Add missing )

Nathaniel van Diepen 7 năm trước cách đây
mục cha
commit
8095e79a1e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Net/socket.class.php

+ 1 - 1
Net/socket.class.php

@@ -74,7 +74,7 @@
 				if(is_null($this->port)){
 					if(file_exists($this->address)){
 						chmod($this->address, 0702);
-					}elseif(function_exists('posix_mkfifo'){
+					}elseif(function_exists('posix_mkfifo')){
 						posix_mkfifo($this->address, 0702);
 					}
 					socket_bind($this->socket, $this->address);