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:
parent
333ccc095c
commit
f52aed938e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue