aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/DownloadImages.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-02-27 14:59:50 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-02-27 15:01:03 +0100
commit8c0ba953070dca22e9a06999cfe355ea01847c64 (patch)
tree994fc7fa9e96ef9f15ef311cbc103fab41746e0f /src/Wallabag/CoreBundle/Helper/DownloadImages.php
parentea925bb112ab99efbb29d8e7113e80357a70bd18 (diff)
downloadwallabag-8c0ba953070dca22e9a06999cfe355ea01847c64.tar.gz
wallabag-8c0ba953070dca22e9a06999cfe355ea01847c64.tar.zst
wallabag-8c0ba953070dca22e9a06999cfe355ea01847c64.zip
Adding more tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/DownloadImages.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/DownloadImages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/DownloadImages.php b/src/Wallabag/CoreBundle/Helper/DownloadImages.php
index 8c1c208f..cc3dcfce 100644
--- a/src/Wallabag/CoreBundle/Helper/DownloadImages.php
+++ b/src/Wallabag/CoreBundle/Helper/DownloadImages.php
@@ -56,7 +56,7 @@ class DownloadImages
56 $imagePath = $this->processSingleImage($entryId, $image, $url, $relativePath); 56 $imagePath = $this->processSingleImage($entryId, $image, $url, $relativePath);
57 57
58 if (false === $imagePath) { 58 if (false === $imagePath) {
59 break; 59 continue;
60 } 60 }
61 61
62 // if image contains "&" and we can't find it in the html it might be because it's encoded as &amp; 62 // if image contains "&" and we can't find it in the html it might be because it's encoded as &amp;