Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php |
— | — | @@ -70,6 +70,7 @@ |
71 | 71 | $wgHooks['PSParseFieldElements'][] = 'SDUtils::parseFieldElements' ; //Hook for creating Pages |
72 | 72 | $wgHooks['PageSchemasGetObject'][] = 'SDUtils::createPageSchemasObject' ; //Hook for returning PageSchema(extension) object from a given xml |
73 | 73 | $wgHooks['getHtmlTextForFieldInputs'][] = 'SDUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema |
| 74 | +$wgHooks['getXmlTextForFieldInputs'][] = 'SDUtils::getXMLTextForPS' ; //Hook for retuning html text to PS schema |
74 | 75 | |
75 | 76 | # ## |
76 | 77 | # This is the path to your installation of Semantic Drilldown as |