1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:59:01 +01:00
This commit is contained in:
Daniil Gentili 2017-11-03 19:17:33 +03:00
parent 19b10369d0
commit a022198396

View File

@ -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;
}