X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fparse_url.php;h=97eebb89ab630ae2b9aa5a8417733baaa5fb4d43;hb=b53ae0d42af7cc4c2a682bec7229669dba114ca6;hp=50c6a15b0e7c7837326edd43b468334efe922d00;hpb=a0734ceede4f7d9da5f5e4d15e8fc7d9664edd5f;p=friendica.git diff --git a/mod/parse_url.php b/mod/parse_url.php index 50c6a15b0e..97eebb89ab 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -60,7 +60,7 @@ function parseurl_getsiteinfo_cached($url, $no_guessing = false, $do_oembed = tr $data = parseurl_getsiteinfo($url, $no_guessing, $do_oembed); - Cache::set("parse_url:".$no_guessing.":".$do_oembed.":".$url,serialize($data)); + Cache::set("parse_url:".$no_guessing.":".$do_oembed.":".$url,serialize($data), CACHE_DAY); return $data; }