[Erp5-report] r23771 - /erp5/trunk/products/ERP5Type/Cache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 23 21:19:02 CEST 2008


Author: kazuhiko
Date: Tue Sep 23 21:19:00 2008
New Revision: 23771

URL: http://svn.erp5.org?rev=23771&view=rev
Log:
CacheEntry object has no attribute 'cache_duration'.

Modified:
    erp5/trunk/products/ERP5Type/Cache.py

Modified: erp5/trunk/products/ERP5Type/Cache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Cache.py?rev=23771&r1=23770&r2=23771&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Cache.py (original)
+++ erp5/trunk/products/ERP5Type/Cache.py Tue Sep 23 21:19:00 2008
@@ -99,7 +99,7 @@
           value = cache_entry.value
           ## update local cache
           self.quick_cache.set(cache_id, scope, value,
-                              cache_entry.cache_duration,
+                              cache_duration,
                               cache_entry.calculation_time)
           return value
 




More information about the Erp5-report mailing list