From: Petr Onderka Date: Tue, 18 Dec 2012 19:38:04 +0000 (+0100) Subject: Fixed description for async parameter in upload module X-Git-Tag: 1.31.0-rc.0~21264 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=f52aed938e2f8ebce6d60a31c7064bb43ddb3ba4;p=lhc%2Fweb%2Fwiklou.git Fixed description for async parameter in upload module The description was already present, but it used incorrect syntax, so it didn't show. Change-Id: I7522265362f019c73523125df182366dfd274be2 --- diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index 89eff2e1a2..d68c5159bc 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -683,7 +683,7 @@ class ApiUpload extends ApiBase { 'offset' => 'Offset of chunk in bytes', 'filesize' => 'Filesize of entire upload', - 'async', 'Make potentially large file operations asynchronous when possible', + 'async' => 'Make potentially large file operations asynchronous when possible', 'asyncdownload' => 'Make fetching a URL asynchronous', 'leavemessage' => 'If asyncdownload is used, leave a message on the user talk page if finished', 'statuskey' => 'Fetch the upload status for this file key (upload by URL)',