Skip to content

Commit

Permalink
Update lib/Service/OpmlService.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Molenaar <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
  • Loading branch information
wofferl and SMillerDev authored Dec 21, 2024
1 parent 5c4cf31 commit c51e077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/OpmlService.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function import(string $userId, string $data): bool
}
}

if ($error) {
if ($error > 0) {
throw new ServiceValidationException('Failed to import all feeds. Please check the server log!');
}

Expand Down

0 comments on commit c51e077

Please sign in to comment.