diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-11-29 14:56:05 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-11-29 14:56:05 +0400 |
| commit | d5e9cf28f150e320bff705d476697483952cd785 (patch) | |
| tree | f12d6e79aa9a4a9b02aa2172411dfde24bd037e3 | |
| parent | 765509c5728e35d4b8c477798621bea38574bfcf (diff) | |
remove uid from ccache guid prefix
| -rw-r--r-- | include/rssfuncs.php | 2 |
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) { |