1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 10:54:43 +01:00
This commit is contained in:
Daniil Gentili 2023-07-16 18:43:12 +02:00
parent 171968eda1
commit 11f29ae8b5

View File

@ -183,7 +183,7 @@ trait FileServer
$this->checkDownloadScript($f);
return self::$checkedAutoload[$autoloadPath] = $f;
} finally {
$lock->unlock();
$lock->release();
}
}