diff --git a/product/ERP5Type/Cache.py b/product/ERP5Type/Cache.py index 909a6c01239ee03a3182b88fd2765053b11ef309..183ff1814d0af31f3b2a8f76c391feaea552d9bf 100644 --- a/product/ERP5Type/Cache.py +++ b/product/ERP5Type/Cache.py @@ -33,7 +33,7 @@ from CachePlugins.BaseCache import CachedMethodError from zLOG import LOG, WARNING DEFAULT_CACHE_SCOPE = 'GLOBAL' -DEFAULT_CACHE_FACTORY = 'erp5_user_interface_short' +DEFAULT_CACHE_FACTORY = 'erp5_ui_short' is_cache_initialized = 0 def initializePortalCachingProperties(self):