forked from wallabag/wallabag
CS
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user