mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
fix pictures display when DOWNLOAD_PICTURES is enabled
This commit is contained in:
parent
b3c720b1c3
commit
aa1083bdac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ final class Picture
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self::_downloadPictures($absolute_path, $fullpath) === true) {
|
if (self::_downloadPictures($absolute_path, $fullpath) === true) {
|
||||||
$content = str_replace($matches[$i][2], $fullpath, $content);
|
$content = str_replace($matches[$i][2], Tools::getPocheUrl() . $fullpath, $content);
|
||||||
}
|
}
|
||||||
|
|
||||||
$processing_pictures[] = $absolute_path;
|
$processing_pictures[] = $absolute_path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue