From f52aed938e2f8ebce6d60a31c7064bb43ddb3ba4 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Tue, 18 Dec 2012 20:38:04 +0100 Subject: [PATCH] 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 --- includes/api/ApiUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)', -- 2.20.1