X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftext.php;h=9fef4aebb59f761ae4bd81aadd342f5d8eaefc86;hb=15f43d8ca3be780e6ee7117696acaa7e198a096a;hp=b20afd93360e771c3e51b3ec979d71b42f271ee8;hpb=59e2b3610d2392825ca25fd24c7b9718700f1014;p=friendica.git diff --git a/include/text.php b/include/text.php index b20afd9336..9fef4aebb5 100644 --- a/include/text.php +++ b/include/text.php @@ -1330,8 +1330,7 @@ function prepare_body(&$item,$attach = false, $preview = false) { $item['mentions'] = $mentions; - //$cachefile = get_cachefile($item["guid"]."-".strtotime($item["edited"])."-".hash("crc32", $item['body'])); - $cachefile = get_cachefile($item["guid"]."-".hash("md5", $item['body'])); + $cachefile = get_cachefile(urlencode($item["guid"])."-".hash("md5", $item['body'])); if (($cachefile != '')) { if (file_exists($cachefile)) {