mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:14:38 +01:00
Fixes
This commit is contained in:
parent
75290af3d6
commit
52e556f837
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user