diff --git a/mo/rights.py b/mo/rights.py
index 86e9a2a5dc59b936f737c236dff1ea57ebe19476..34313af30e641bdc555bb7633663c7b922bb1686 100644
--- a/mo/rights.py
+++ b/mo/rights.py
@@ -313,8 +313,8 @@ class Gatekeeper:
         Pokud to_rights!=None, tak vyplní existující objekt typu Rights."""
 
         cache_key = (place.place_id if place is not None else None, year, cat, seq, min_role)
-        if cache_key in self.rights_cache:
-            return self.rights_cache[cache_key]
+        #if cache_key in self.rights_cache:
+        #    return self.rights_cache[cache_key]
 
         rights = to_rights or Rights()
         rights.user = self.user