summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-29 14:56:05 +0400
committerAndrew Dolgov <[email protected]>2012-11-29 14:56:05 +0400
commitd5e9cf28f150e320bff705d476697483952cd785 (patch)
treef12d6e79aa9a4a9b02aa2172411dfde24bd037e3 /include
parent765509c5728e35d4b8c477798621bea38574bfcf (diff)
remove uid from ccache guid prefix
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
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) {