From: umherirrender Date: Sun, 20 Sep 2015 08:34:40 +0000 (+0200) Subject: Fix hook documentation for UploadFormSourceDescriptors X-Git-Tag: 1.31.0-rc.0~9898^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=3d251d076109db15c513063345003681a40b62af;p=lhc%2Fweb%2Fwiklou.git Fix hook documentation for UploadFormSourceDescriptors The second and third parameter were not in documentation. Follows 91e4d80448dacc223d06a55a7fd7bf771c1af4e8 (r57868) Change-Id: Ife98beab4e231d1a4236ec6bfb627afa4f818a6f --- 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.