Commit 106f3d35 authored by Nicolas Delaby's avatar Nicolas Delaby

ZODB Cache has been renamed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27172 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79bde2b6
......@@ -868,7 +868,7 @@ class ObjectTemplateItem(BaseTemplateItem):
elif obj.meta_type in ('ERP5 Ram Cache',
'ERP5 Distributed Ram Cache',
'ERP5 SQL Cache',
'ERP5 Zodb Cache',):
'ERP5 ZODB Cache',):
assert container.meta_type == 'ERP5 Cache Factory'
container.getParentValue().updateCache()
......
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