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