[Erp5-report] r27512 - /erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jun 11 09:48:00 CEST 2009
Author: nicolas
Date: Thu Jun 11 09:48:00 2009
New Revision: 27512
URL: http://svn.erp5.org?rev=27512&view=rev
Log:
typo
Modified:
erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py
Modified: erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py?rev=27512&r1=27511&r2=27512&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py [utf8] Thu Jun 11 09:48:00 2009
@@ -41,8 +41,8 @@
the Distributed RAM Cache real cache plugin object.
"""
- meta_type='ERP5 Distributed Ram Cache'
- portal_type='Distributed Ram Cache'
+ meta_type = 'ERP5 Distributed Ram Cache'
+ portal_type = 'Distributed Ram Cache'
isPortalContent = 1
isRADContent = 1
More information about the Erp5-report
mailing list