From: Andrew Dolgov Date: Thu, 29 Nov 2012 10:56:05 +0000 (+0400) Subject: remove uid from ccache guid prefix X-Git-Tag: 1.6.2~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d5e9cf28f150e320bff705d476697483952cd785;p=tt-rss.git remove uid from ccache guid prefix --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index c1fd4510..b5949d72 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -524,7 +524,7 @@ } if ($cache_content) { - $entry_guid = "ccache,$owner_uid:$entry_guid"; + $entry_guid = "ccache:$entry_guid"; } if ($auth_login || $auth_pass) {