Skip to content

Commit

Permalink
Add server specific info to cache key, in case cache files are being …
Browse files Browse the repository at this point in the history
…stored on something like NFS
  • Loading branch information
slusarz committed Jan 23, 2014
1 parent 7a455f2 commit fe24776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/lib/Horde/Registry.php
Expand Up @@ -731,6 +731,7 @@ protected function _cacheId($sha1 = null)
/* Generate cache ID. */
return implode('|', array(
'horde_registry_cache',
gethostname() ?: php_uname(),
__FILE__,
$this->_regmtime,
$sha1
Expand Down

0 comments on commit fe24776

Please sign in to comment.