fixed forced hideerror, thanks Jim

This commit is contained in:
mdipierro
2012-08-26 20:46:02 -05:00
parent 249f13f4bc
commit 4e0cdaddf7
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-26 19:02:41) dev
Version 2.00.0 (2012-08-26 20:45:59) dev
+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: c['hideerror'] = hideerror
if hideerror and not attributes.get('hideerror',False):
c['hideerror'] = hideerror
newstatus = c._traverse(status,hideerror) and newstatus
# for input, textarea, select, option