Skip to content

Commit

Permalink
remove ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 19, 2015
1 parent 141d6bd commit c349f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/upgrade/v50/betas.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def to50rc3(context):
site_properties = pprop['site_properties']
registry = getUtility(IRegistry)

site_properties_to_remove = ['invalid_ids']
site_properties_to_remove = ['invalid_ids', 'ellipsis']

for p in site_properties_to_remove:
if site_properties.hasProperty(p):
Expand Down

0 comments on commit c349f31

Please sign in to comment.