1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:59:01 +01:00
This commit is contained in:
Daniil Gentili 2021-12-06 21:36:19 +01:00
parent f9653b70e9
commit 7c805bc7c8
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -46,7 +46,7 @@ function ___install_madeline()
\define('HAD_MADELINE_PHAR', \file_exists($madeline_phar));
if ($release && !\file_exists($madeline_phar) || !\file_exists("$madeline_phar.version") || \file_get_contents("$madeline_phar.version") !== $release) {
$phar = \file_get_contents(\sprintf($phar_template, $chosen));
$phar = \file_get_contents(\sprintf($phar_template, $release));
if ($phar) {
$extractVersions = static function ($ext = '') use ($madeline_phar) {