Commit 0fa243d3 authored by Stefan H. Holek's avatar Stefan H. Holek

Merged r69910:69911 from 2.8 branch.

Help avoid acquisition disaster in Folder.manage_main (main.dtml).
parent d208b35e
...@@ -168,6 +168,8 @@ class ObjectManager( ...@@ -168,6 +168,8 @@ class ObjectManager(
isPrincipiaFolderish=1 isPrincipiaFolderish=1
has_order_support = 0 # See OrderSupport.py
def __class_init__(self): def __class_init__(self):
try: mt=list(self.meta_types) try: mt=list(self.meta_types)
except: mt=[] except: mt=[]
......
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