X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2FpochePictures.php;h=52394c703b1130fb73bbd9aa8807f17b89a574a0;hb=cf8a5e1eedbed484dbcb1ddc9f7a13fc19b7a27b;hp=7a914f90f8b1a28781c6e8dba84ae24a7d527571;hpb=78abff6a5221e9e3d498c06266d408ecd57d04ef;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/pochePictures.php b/inc/poche/pochePictures.php index 7a914f90..52394c70 100644 --- a/inc/poche/pochePictures.php +++ b/inc/poche/pochePictures.php @@ -33,7 +33,7 @@ final class Picture } 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;