From 3d251d076109db15c513063345003681a40b62af Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 20 Sep 2015 10:34:40 +0200 Subject: [PATCH] Fix hook documentation for UploadFormSourceDescriptors The second and third parameter were not in documentation. Follows 91e4d80448dacc223d06a55a7fd7bf771c1af4e8 (r57868) Change-Id: Ife98beab4e231d1a4236ec6bfb627afa4f818a6f --- docs/hooks.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 54ab46c171..04818745a9 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3108,7 +3108,9 @@ $descriptor: (array) the HTMLForm descriptor 'UploadFormSourceDescriptors': after the standard source inputs have been added to the descriptor -$descriptor: (array) the HTMLForm descriptor +&$descriptor: (array) the HTMLForm descriptor +&$radio: Boolean, if source type should be shown as radio button +$selectedSourceType: The selected source type 'UploadVerification': Additional chances to reject an uploaded file. Consider using UploadVerifyFile instead. -- 2.20.1