X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fproxy.php;h=de2810dd78e87ba1ae6294a5d4c5b5047401c1bd;hb=e20e64390b4e0075c49d9b3b16137a6056e10a16;hp=f2a7c30eacb4332a481a5389cb2ff86bf1f63691;hpb=1cf95066461c58b9f7d6ca716e13e8fe24e6f1ef;p=friendica.git diff --git a/mod/proxy.php b/mod/proxy.php index f2a7c30eac..de2810dd78 100644 --- a/mod/proxy.php +++ b/mod/proxy.php @@ -264,7 +264,7 @@ function proxy_url($url, $writemode = false, $size = '') { } // Image URL may have encoded ampersands for display which aren't desirable for proxy - $url = html_entity_decode($url, ENT_NOQUOTES, 'UTF8'); + $url = html_entity_decode($url, ENT_NOQUOTES, 'utf-8'); // Creating a sub directory to reduce the amount of files in the cache directory $basepath = $a->get_basepath() . '/proxy';