mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
event socket make fp public
This commit is contained in:
@@ -44,7 +44,7 @@ class buffer {
|
||||
|
||||
class event_socket {
|
||||
private $buffer;
|
||||
private $fp;
|
||||
public $fp;
|
||||
|
||||
public function __construct($fp = false) {
|
||||
$this->buffer = new buffer;
|
||||
|
||||
Reference in New Issue
Block a user