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
This commit is contained in:
Petr Onderka 2012-12-18 20:38:04 +01:00 committed by Gerrit Code Review
parent 333ccc095c
commit f52aed938e

View file

@ -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)',