mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-24 08:18:48 -05:00
Fix bad character encoding when downloading images
This commit is contained in:
parent
becc5bfbf2
commit
18209292a4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user