mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 10:54:43 +01:00
Fix
This commit is contained in:
parent
171968eda1
commit
11f29ae8b5
@ -183,7 +183,7 @@ trait FileServer
|
||||
$this->checkDownloadScript($f);
|
||||
return self::$checkedAutoload[$autoloadPath] = $f;
|
||||
} finally {
|
||||
$lock->unlock();
|
||||
$lock->release();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user