mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
imdbphp/imdbphp lock 8.3.1
This commit is contained in:
@@ -110,7 +110,7 @@ if ($maxPrice > 0 && isset($_POST['price']) && $_POST['price'] > $maxPrice && $p
|
||||
|
||||
try {
|
||||
$dict = TorrentFile::load($tmpname);
|
||||
$dict->unhybridizedTo();
|
||||
$dict = $dict->unhybridizedTo();
|
||||
$dict->parse();
|
||||
} catch (ParseException $e) {
|
||||
bark($e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user