mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:14:43 +01:00
Fix
This commit is contained in:
parent
7c805bc7c8
commit
7cc7750957
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 7a5c809a77ce57cc67ea1e37e8653d002f26da41
|
||||
Subproject commit ee670d480786e65caa89266bdf859c0e6ad4521e
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user