r93358 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93357‎ | r93358 | r93359 >
Date:03:48, 28 July 2011
Author:yaron
Status:deferred
Tags:
Comment:
Replaced call to now-eliminated SFFormField::setSemanticProperty() method
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.php
@@ -1012,7 +1012,7 @@
10131013 // it seemed like too much work, though, to create an
10141014 // SFFormField::setSemanticProperty() function just for this call
10151015 if ( $semantic_property != null ) {
1016 - $form_field->setSemanticProperty( $semantic_property );
 1016+ $form_field->template_field->setSemanticProperty( $semantic_property );
10171017 }
10181018
10191019 // call hooks - unfortunately this has to be split into two