This commit is contained in:
Jeremy Benoist
2016-10-22 09:22:30 +02:00
parent 94654765cc
commit 156bf62758
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();
}