[Erp5-report] r28372 - /erp5/trunk/products/ERP5/Document/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 13 20:51:56 CEST 2009


Author: kazuhiko
Date: Thu Aug 13 20:51:55 2009
New Revision: 28372

URL: http://svn.erp5.org?rev=28372&view=rev
Log:
fix a typo introduced in r28370.

Modified:
    erp5/trunk/products/ERP5/Document/Document.py

Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=28372&r1=28371&r2=28372&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Thu Aug 13 20:51:55 2009
@@ -186,7 +186,7 @@
     if self.isTempObject():
       if getattr(aq_base(self), 'temp_conversion_data', None) is None:
         self.temp_conversion_data = {}
-      self.temp_conversion_cache[cache_id] = (mime, aq_base(data))
+      self.temp_conversion_data[cache_id] = (mime, aq_base(data))
       return
     cache_factory = self._getCacheFactory()
     cache_duration = cache_factory.cache_duration




More information about the Erp5-report mailing list