diff --git a/inc/poche/pochePictures.php b/inc/poche/pochePictures.php index 3202f2ccf..f10cc25e9 100644 --- a/inc/poche/pochePictures.php +++ b/inc/poche/pochePictures.php @@ -68,6 +68,7 @@ function get_absolute_link($relative_link, $url) { function download_pictures($absolute_path, $fullpath) { $rawdata = Tools::getFile($absolute_path); + $fullpath = urldecode($fullpath); if(file_exists($fullpath)) { unlink($fullpath);