fixed a bunch of typos form recent commits, thanks Jonathan

This commit is contained in:
mdipierro
2012-08-27 12:55:41 -05:00
parent 7254e950e5
commit 084e36d0ea
5 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -814,7 +814,8 @@ class DIV(XmlComponent):
c.latest = self.latest
c.session = self.session
c.formname = self.formname
if hideerror and not attributes.get('hideerror',False):
if hideerror and not \
self.attributes.get('hideerror',False):
c['hideerror'] = hideerror
newstatus = c._traverse(status,hideerror) and newstatus