Changeset 2529

Show
Ignore:
Timestamp:
09/30/05 17:59:31 (19 years ago)
Author:
jerome
Message:

Fix for the cache fix !
Severity : high

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r2528 r2529  
    101101            self.parent.commitTransaction() 
    102102            self.parent.flushEntry("USERS", self.Name) 
    103             if self.usecache : 
     103            if self.parent.usecache : 
    104104                for (k, v) in self.parent.caches["USERPQUOTAS"].items() : 
    105105                    if v.User.Name == self.Name :