mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:54:39 +01:00
Fixed misteak
This commit is contained in:
parent
0a8c04998e
commit
7b36562cfb
@ -48,7 +48,7 @@ class MTProto extends PrimeModule
|
|||||||
|
|
||||||
// Load rsa key
|
// Load rsa key
|
||||||
\danog\MadelineProto\Logger::log('Loading RSA key...');
|
\danog\MadelineProto\Logger::log('Loading RSA key...');
|
||||||
$this->key = new RSA($settings['authorization']['rsa_key']);
|
$this->key = new RSA($this->settings['authorization']['rsa_key']);
|
||||||
|
|
||||||
// Istantiate TL class
|
// Istantiate TL class
|
||||||
\danog\MadelineProto\Logger::log('Translating tl schemas...');
|
\danog\MadelineProto\Logger::log('Translating tl schemas...');
|
||||||
|
Loading…
Reference in New Issue
Block a user