diff --git a/application/Espo/Repositories/Preferences.php b/application/Espo/Repositories/Preferences.php index df4f82a93c..e006b32a1e 100644 --- a/application/Espo/Repositories/Preferences.php +++ b/application/Espo/Repositories/Preferences.php @@ -74,7 +74,7 @@ class Preferences extends Repository implements $this->fetchAutoFollowEntityTypeList($entity); - $entity->setAsFetched($this->data[$id]); + $entity->setAsFetched(); return $entity; }