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

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Dec 31 18:35:59 CET 2006


Author: jp
Date: Sun Dec 31 18:35:57 2006
New Revision: 11825

URL: http://svn.erp5.org?rev=11825&view=rev
Log:
Small fix (which was overwritten).

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=11825&r1=11824&r2=11825&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py (original)
+++ erp5/trunk/products/ERP5/Document/Document.py Sun Dec 31 18:35:57 2006
@@ -89,7 +89,7 @@
       self._cached_mime[tformat] = mime
     if data is not None:
       self._cached_data[tformat] = data
-      self.updateConversion(format = format)
+      self.updateConversion(**format)
     self._p_changed = 1
 
   def getConversion(self, **format):




More information about the Erp5-report mailing list