Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -94,6 +94,7 @@ |
95 | 95 | $wgHooks['PageSchemasGetPageList'][] = 'SFUtils::getPageList' ; //Hook for creating Pages |
96 | 96 | $wgHooks['getHtmlTextForFieldInputs'][] = 'SFUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema |
97 | 97 | $wgHooks['getXmlTextForFieldInputs'][] = 'SFUtils::getXMLTextForPS' ; //Hook for retuning html text to PS schema |
| 98 | +$wgHooks['getFilledHtmlTextForFieldInputs'][] = 'SFUtils::getFilledHtmlTextForPS' ; //Hook for retuning html text to PS schema |
98 | 99 | |
99 | 100 | $wgAPIModules['sfautocomplete'] = 'SFAutocompleteAPI'; |
100 | 101 | $wgAPIModules['sfautoedit'] = 'SFAutoeditAPI'; |