Commit 3d2e2fe2 authored by 's avatar

Added default class init for Draft class.

parent 8da004cf
......@@ -226,6 +226,9 @@ class Draft(Persistent, Implicit, SimpleItem.Item):
raise 'Copy Error', (
"This object can only be copied through the web.<p>")
Globals.default__class_init__(Draft)
def getdraft(ob, jar):
if hasattr(ob,'aq_parent'):
......
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