fixed issue 1334, thanks Jonathan Bohren

This commit is contained in:
Massimo
2013-02-14 14:22:46 -06:00
parent 50193471d6
commit 18d2cc4f12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.02.14.14.14.43
Version 2.4.1-alpha.2+timestamp.2013.02.14.14.22.13
+1 -1
View File
@@ -2143,7 +2143,7 @@ class FORM(DIV):
current.response.flash = message_onchange
elif callable(onchange):
onchange(self)
return False
return False
def process(self, **kwargs):
"""