mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 05:34:42 +01:00
Fix typo
This commit is contained in:
parent
a1bb3176aa
commit
ef5cf08664
@ -233,8 +233,8 @@ class Installer
|
||||
for ($x = 0; $x < 10; $x++) {
|
||||
$pharTest = \file_get_contents(\sprintf(self::PHAR_TEMPLATE, $this->version, $remote_release.$x));
|
||||
if ($pharTest && strpos($pharTest, $remote_release) !== false) {
|
||||
unset($pharTest);
|
||||
$phar = $pharTest;
|
||||
unset($pharTest);
|
||||
break;
|
||||
}
|
||||
sleep(1);
|
||||
|
Loading…
Reference in New Issue
Block a user