mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix undefined offset 0 in Binaries class postdate function
This commit is contained in:
@@ -1262,7 +1262,7 @@ class Binaries
|
||||
$currentPost
|
||||
)
|
||||
);
|
||||
if ($local > 0) {
|
||||
if (! empty($local) && \count($local) > 0) {
|
||||
$date = $local[0]->date;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user