From d5e9cf28f150e320bff705d476697483952cd785 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Nov 2012 14:56:05 +0400 Subject: remove uid from ccache guid prefix --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index c1fd45109..b5949d720 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) { -- cgit v1.2.3