Index: trunk/extensions/SemanticForms/includes/SF_TemplateField.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | $this->setTypeAndPossibleValues(); |
100 | 100 | } |
101 | 101 | |
102 | | - function createTemplateText( $template_name, $template_fields, $category, $aggregating_property, $aggregating_label, $template_format ) { |
| 102 | + public static function createTemplateText( $template_name, $template_fields, $category, $aggregating_property, $aggregating_label, $template_format ) { |
103 | 103 | $template_header = wfMsgForContent( 'sf_template_docu', $template_name ); |
104 | 104 | $text = <<<END |
105 | 105 | <noinclude> |