Commit c61c266b authored by Jean-Paul Smets's avatar Jean-Paul Smets

added default value to make sure backward compatibility is supported

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10418 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 53a99312
...@@ -143,6 +143,7 @@ class ERP5Site(FolderMixIn, CMFSite): ...@@ -143,6 +143,7 @@ class ERP5Site(FolderMixIn, CMFSite):
uid = 0 uid = 0
last_id = 0 last_id = 0
icon = 'portal.gif' icon = 'portal.gif'
isIndexable = 1 # Default value, prevents error during upgrade
_properties = ( _properties = (
{ 'id':'title', { 'id':'title',
......
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