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 c51e077 commit 344346f
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 @@ -101,7 +101,7 @@ public function import(string $userId, string $data): bool
}

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

return true;
Expand Down

0 comments on commit 344346f

Please sign in to comment.