Commit 95e4c0e4 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Small fix (which was overwritten).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11825 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca4d4b2f
......@@ -89,7 +89,7 @@ class ConversionCacheMixin:
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment