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:24:27 +02:00 committed by Nicolas Lœuillet
parent a7abcc7b7a
commit 719ba257d3
2 changed files with 4 additions and 5 deletions

View file

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