Commit ab41a13c authored by Jim Fulton's avatar Jim Fulton

Changed spelling of property sheet meta data.

parent f4420fb1
......@@ -111,7 +111,7 @@ class ZCommonSheet(OFS.PropertySheets.PropertySheet, OFS.SimpleItem.Item):
def __init__(self, id, title):
self.id=id
self.title=title
self.md={}
self._md={}
def v_self(self):
klass=self.aq_inner.aq_parent.aq_parent.aq_parent._zclass_
......
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