From 4bc345f6f95e9694ad15cc57714bf2fcac7e74e0 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 20 Sep 2017 19:55:24 +0200 Subject: [PATCH] Fixes to logger --- src/danog/MadelineProto/MTProto.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index c12d4e64..0537176a 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -362,6 +362,7 @@ class MTProto if ($this->authorized === self::LOGGED_IN) { $this->get_self(); $this->get_cdn_config($this->datacenter->curdc); + $this->setup_logger(); } if ($this->authorized === self::LOGGED_IN && !$this->authorization['user']['bot']) { $this->get_dialogs($force);