1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

remove uid from ccache guid prefix

This commit is contained in:
Andrew Dolgov
2012-11-29 14:56:05 +04:00
parent 765509c572
commit d5e9cf28f1

View File

@@ -524,7 +524,7 @@
}
if ($cache_content) {
$entry_guid = "ccache,$owner_uid:$entry_guid";
$entry_guid = "ccache:$entry_guid";
}
if ($auth_login || $auth_pass) {