1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00
This commit is contained in:
Jeremy Benoist 2016-10-22 09:22:30 +02:00
parent 94654765cc
commit 156bf62758
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 42 additions and 37 deletions

View file

@ -76,7 +76,7 @@ class ContentProxy
}
if (true) {
$this->logger->log('debug','Starting to download images');
$this->logger->log('debug', 'Starting to download images');
$downloadImages = new DownloadImages($html, $url, $this->logger);
$html = $downloadImages->process();
}