From: Alexandre Emsenhuber Date: Thu, 11 Dec 2008 19:11:11 +0000 (+0000) Subject: Fix encoding X-Git-Tag: 1.31.0-rc.0~44035 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=fc4b2f597ebb6d45cc0929bc1716c811c691193f;p=lhc%2Fweb%2Fwiklou.git Fix encoding --- diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php index 024f5a5fbe..c8951a0097 100644 --- a/includes/api/ApiQueryBase.php +++ b/includes/api/ApiQueryBase.php @@ -244,7 +244,7 @@ abstract class ApiQueryBase extends ApiBase { /** * Add information (title and namespace) about a Title object to a result array - * @param array $arr Result array à la ApiResult + * @param array $arr Result array à la ApiResult * @param Title $title Title object * @param string $prefix Module prefix */ @@ -272,7 +272,7 @@ abstract class ApiQueryBase extends ApiBase { /** * Add a sub-element under the page element with the given page ID * @param int $pageId Page ID - * @param array $data Data array à la ApiResult + * @param array $data Data array à la ApiResult */ protected function addPageSubItems($pageId, $data) { $result = $this->getResult();