Skip to content

Commit

Permalink
all a-ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel committed Jun 14, 2020
1 parent 82e2898 commit 43ba60a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Products/CMFPlone/Portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ class PloneSite(Container, SkinnableObjectManager, UniqueObject):
security = ClassSecurityInfo()
meta_type = portal_type = 'Plone Site'

# Define zope.component's PersistentComponents so we don't go off and
# try to look them up via DX's __getattr__ or behaviours.
# This attribute *should* be replaced by
# Five's PersistentComponents `_init_registries`
utilities = None

# Ensure certain attributes come from the correct base class.
_checkId = SkinnableObjectManager._checkId

Expand Down

0 comments on commit 43ba60a

Please sign in to comment.