From: Roan Kattouw Date: Wed, 26 Dec 2007 17:51:21 +0000 (+0000) Subject: (bug 12413) meta=userinfo missing tag X-Git-Tag: 1.31.0-rc.0~50272 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=e6cf4db8943efa94d7e8c294ab2242ef5f60f1f6;p=lhc%2Fweb%2Fwiklou.git (bug 12413) meta=userinfo missing tag --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9fe10acb74..a162aacca4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -383,6 +383,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API * Added list=allcategories module * (bug 12321) API list=blocks reveals private data * Fix output of wfSajaxSearch +* (bug 12413) meta=userinfo missing tag === Languages updated in 1.12 === diff --git a/includes/api/ApiQueryUserInfo.php b/includes/api/ApiQueryUserInfo.php index b653c47411..6857ca7dbd 100644 --- a/includes/api/ApiQueryUserInfo.php +++ b/includes/api/ApiQueryUserInfo.php @@ -75,7 +75,7 @@ class ApiQueryUserInfo extends ApiQueryBase { } } - $result->addValue(null, $this->getModuleName(), $vals); + $result->addValue("query", $this->getModuleName(), $vals); } protected function getAllowedParams() {