aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 09:22:30 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-29 16:25:45 +0200
commit156bf62758080153668a65db611c4241d0fc8a00 (patch)
treec0e2b21f0f6d378836ef711bbaf5b185cf0991ab /src/Wallabag/CoreBundle/Helper/ContentProxy.php
parent94654765cca6771c2f54eeaa056b7e65f3353105 (diff)
downloadwallabag-156bf62758080153668a65db611c4241d0fc8a00.tar.gz
wallabag-156bf62758080153668a65db611c4241d0fc8a00.tar.zst
wallabag-156bf62758080153668a65db611c4241d0fc8a00.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/ContentProxy.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index bbad705f..8ed11205 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -76,7 +76,7 @@ class ContentProxy
76 } 76 }
77 77
78 if (true) { 78 if (true) {
79 $this->logger->log('debug','Starting to download images'); 79 $this->logger->log('debug', 'Starting to download images');
80 $downloadImages = new DownloadImages($html, $url, $this->logger); 80 $downloadImages = new DownloadImages($html, $url, $this->logger);
81 $html = $downloadImages->process(); 81 $html = $downloadImages->process();
82 } 82 }