X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FAutocomplete%2Fautocomplete.php;h=a4e2d9baa4a3c16bfb03034e80e8891a07bcc576;hb=a6469aeed88a400d5d38d75a210417de4af4eea7;hp=5a010572f6bcec8de0f04815f965e5d7f0a2a533;hpb=b2abae433de8ae625fc0420eb78ee74479f6e9b9;p=quix0rs-gnu-social.git diff --git a/plugins/Autocomplete/autocomplete.php b/plugins/Autocomplete/autocomplete.php index 5a010572f6..a4e2d9baa4 100644 --- a/plugins/Autocomplete/autocomplete.php +++ b/plugins/Autocomplete/autocomplete.php @@ -79,6 +79,7 @@ class AutocompleteAction extends Action function etag() { return '"' . implode(':', array($this->arg('action'), + common_user_cache_hash(), crc32($this->arg('q')), //the actual string can have funny characters in we don't want showing up in the etag $this->arg('limit'), $this->lastModified())) . '"';