From ecf95fd877ac0ac7ffcad4fa228a365f51044189 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 8 Sep 2009 23:54:03 +0000 Subject: [PATCH] Cleanup for r55641: call static function statically --- includes/api/ApiFormatXml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index b34ed3aaff..00493bef6a 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -61,7 +61,7 @@ class ApiFormatXml extends ApiFormatBase { $this->printText(''); if (!is_null($this->mXslt)) $this->addXslt(); - $this->printText($this->recXmlPrint($this->mRootElemName, + $this->printText(self::recXmlPrint($this->mRootElemName, $this->getResultData(), $this->getIsHtml() ? -2 : null, $this->mDoubleQuote)); -- 2.20.1