diff --git a/src/applications/people/storage/PhabricatorUserCache.php b/src/applications/people/storage/PhabricatorUserCache.php --- a/src/applications/people/storage/PhabricatorUserCache.php +++ b/src/applications/people/storage/PhabricatorUserCache.php @@ -33,7 +33,7 @@ } public function save() { - $this->cacheIndex = Filesystem::digestForIndex($this->getCacheKey()); + $this->cacheIndex = PhabricatorHash::digestForIndex($this->getCacheKey()); return parent::save(); }