Fixed misteak

This commit is contained in:
Daniil Gentili 2016-12-27 11:45:57 +01:00
parent 0a8c04998e
commit 7b36562cfb

View File

@ -48,7 +48,7 @@ class MTProto extends PrimeModule
// Load 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
\danog\MadelineProto\Logger::log('Translating tl schemas...');