Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
4fa69920fa
@ -23,6 +23,7 @@ class EventHandler extends APIFactory
|
|||||||
{
|
{
|
||||||
public function __construct($MadelineProto)
|
public function __construct($MadelineProto)
|
||||||
{
|
{
|
||||||
|
if (!$MadelineProto) return;
|
||||||
$this->API = $MadelineProto->API;
|
$this->API = $MadelineProto->API;
|
||||||
$this->async = &$MadelineProto->async;
|
$this->async = &$MadelineProto->async;
|
||||||
$this->methods = &$MadelineProto->methods;
|
$this->methods = &$MadelineProto->methods;
|
||||||
|
Loading…
Reference in New Issue
Block a user