Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.php |
— | — | @@ -1012,7 +1012,7 @@ |
1013 | 1013 | // it seemed like too much work, though, to create an |
1014 | 1014 | // SFFormField::setSemanticProperty() function just for this call |
1015 | 1015 | if ( $semantic_property != null ) { |
1016 | | - $form_field->setSemanticProperty( $semantic_property ); |
| 1016 | + $form_field->template_field->setSemanticProperty( $semantic_property ); |
1017 | 1017 | } |
1018 | 1018 | |
1019 | 1019 | // call hooks - unfortunately this has to be split into two |