1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:14:43 +01:00
This commit is contained in:
Daniil Gentili 2021-12-06 23:48:10 +01:00
parent 7c805bc7c8
commit 7cc7750957
2 changed files with 2 additions and 2 deletions

2
docs

@ -1 +1 @@
Subproject commit 7a5c809a77ce57cc67ea1e37e8653d002f26da41
Subproject commit ee670d480786e65caa89266bdf859c0e6ad4521e

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, $release));
$phar = \file_get_contents(\sprintf($phar_template, $version));
if ($phar) {
$extractVersions = static function ($ext = '') use ($madeline_phar) {