Skip to content

Commit

Permalink
Fix PodsMVFieldModel call
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jan 26, 2017
1 parent 1603008 commit 2649b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/admin/setup-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@

sisterFieldsProcessing[ fieldKey ] = true;

fieldModel = new PodsDFV.models.PodsMVFieldModel( {
fieldModel = new PodsDFV.models.PodsDFVFieldModel( {
htmlAttr: {
id : "pods-form-ui-field-data-" + id + "-sister-id",
"class" : "pods-form-ui-field pods-form-ui-field-type-pick pods-form-ui-field-name-field-data-sister-id",
Expand Down

0 comments on commit 2649b19

Please sign in to comment.