Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -93,8 +93,8 @@ |
94 | 94 | $wgHooks['PSParseFieldElements'][] = 'SFUtils::parseFieldElements' ; //Hook for creating Pages |
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 | +$wgHooks['getXmlTextForFieldInputs'][] = 'SFUtils::getXMLTextForPS' ; //Hook for retuning html text to PS schema |
97 | 98 | |
98 | | - |
99 | 99 | $wgAPIModules['sfautocomplete'] = 'SFAutocompleteAPI'; |
100 | 100 | $wgAPIModules['sfautoedit'] = 'SFAutoeditAPI'; |
101 | 101 | |