Kdyby / FormsReplicator

Other
30 stars 57 forks source link

Fixed validation of zero value #11

Closed petrvacha closed 11 years ago

petrvacha commented 11 years ago

There was a problem with the validation. It does not accept zero value because array_filter without callback removes all entries of input equal to FALSE.

fprochazka commented 11 years ago

@exskiller Thank you!

honzajavorek commented 11 years ago

:+1: