mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:59:01 +01:00
bugfix
This commit is contained in:
parent
19b10369d0
commit
a022198396
@ -64,8 +64,8 @@ class API extends APIFactory
|
||||
throw new Exception(\danog\MadelineProto\Lang::$current_lang['deserialization_error']);
|
||||
}
|
||||
|
||||
$this->APIFactory();
|
||||
$this->API = $unserialized->API;
|
||||
$this->APIFactory();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user