Merge "Fixed detection of unsigned mysql column in updater"
[lhc/web/wiklou.git] / includes / api / ApiFormatXml.php
index 4ed4944..7010dd6 100644 (file)
@@ -238,11 +238,11 @@ class ApiFormatXml extends ApiFormatBase {
        public function getAllowedParams() {
                return array(
                        'xslt' => array(
-                               ApiBase::PARAM_HELP_MSG => 'apihelp-json-param-callback',
+                               ApiBase::PARAM_HELP_MSG => 'apihelp-xml-param-xslt',
                        ),
                        'includexmlnamespace' => array(
                                ApiBase::PARAM_DFLT => false,
-                               ApiBase::PARAM_HELP_MSG => 'apihelp-json-param-callback',
+                               ApiBase::PARAM_HELP_MSG => 'apihelp-xml-param-includexmlnamespace',
                        ),
                );
        }