Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Fixed issue with textbox values
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonc committed Oct 29, 2011
1 parent 516e05e commit 5ad9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Form.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ me.process = function(req, next) {
*/ */
function getValueForField(field, values) { function getValueForField(field, values) {


if(!values) return; if(!values) return '';


// First of all, split the field name into keys // First of all, split the field name into keys
var path = [] var path = []
Expand Down

0 comments on commit 5ad9fee

Please sign in to comment.