1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00
This commit is contained in:
Daniil Gentili 2023-01-23 14:02:26 +01:00
parent 75290af3d6
commit 52e556f837

View File

@ -68,8 +68,8 @@ final class AppInfo extends SettingsAbstract
} elseif (isset($_SERVER['LANG'])) {
$this->setLangCode(\explode('_', $_SERVER['LANG'])[0]);
}
$this->appVersion = MTProto::RELEASE.' ('.MTProto::V.', '.Magic::$version.')';
$this->init();
$this->appVersion = MTProto::RELEASE.' ('.MTProto::V.', '.Magic::$version.')';
}
public function __wakeup(): void
{