Commit 9dd04960 authored by 's avatar

Fixed a NameError bug in Draft.py

parent 6adcfa20
......@@ -152,7 +152,7 @@ class Draft(Persistent, Implicit, SimpleItem.Item):
try: db=self._jar.db()
except:
# BoboPOS 2
jar=Globals.VersionBase[version].jar
jar=Globals.VersionBase[self._version].jar
else:
# ZODB 3
jar=db.open(self._version)
......
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