1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Fix tests

This commit is contained in:
Jeremy Benoist 2017-04-29 12:58:39 +02:00
parent 80299ed282
commit dcbebc17aa
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 13 additions and 15 deletions

View file

@ -459,7 +459,6 @@ class EntryRestController extends WallabagRestController
// handle multiple urls
if (!empty($list)) {
$results = [];
foreach ($list as $key => $element) {
$entry = $this->get('wallabag_core.entry_repository')->findByUrlAndUserId(
$element->url,
@ -517,7 +516,6 @@ class EntryRestController extends WallabagRestController
// handle multiple urls
if (!empty($list)) {
$results = [];
foreach ($list as $key => $element) {
$entry = $this->get('wallabag_core.entry_repository')->findByUrlAndUserId(
$element->url,