Ref #2220
This commit is contained in:
parent
78ce90aa8d
commit
e73fabe165
|
@ -167,7 +167,7 @@ sub request_api {
|
||||||
|
|
||||||
push @$results, @{$decoded->{results}};
|
push @$results, @{$decoded->{results}};
|
||||||
last if (!defined($decoded->{next}));
|
last if (!defined($decoded->{next}));
|
||||||
last if if (defined($options{nonext}) && $options{nonext} == 1);
|
last if (defined($options{nonext}) && $options{nonext} == 1);
|
||||||
|
|
||||||
$page++;
|
$page++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue