remove uid from ccache guid prefix
This commit is contained in:
parent
765509c572
commit
d5e9cf28f1
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@
|
|||
}
|
||||
|
||||
if ($cache_content) {
|
||||
$entry_guid = "ccache,$owner_uid:$entry_guid";
|
||||
$entry_guid = "ccache:$entry_guid";
|
||||
}
|
||||
|
||||
if ($auth_login || $auth_pass) {
|
||||
|
|
Loading…
Reference in a new issue