summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/form_helper.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-14 13:10:15 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-14 13:10:15 +0100
commitaf2edc36bf5e19aeda3f408a0a4019b63ed2d849 (patch)
tree142083b863fb43cc3f9aced962ea068dcfe32170 /user_guide_src/source/helpers/form_helper.rst
parenta299f56629c764afd8909c90ca3bb36625e84109 (diff)
[ci skip] Update changelog; add an entry & upgrade instructions for last commit
Diffstat (limited to 'user_guide_src/source/helpers/form_helper.rst')
-rw-r--r--user_guide_src/source/helpers/form_helper.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst
index cf52cd523..97595c90b 100644
--- a/user_guide_src/source/helpers/form_helper.rst
+++ b/user_guide_src/source/helpers/form_helper.rst
@@ -243,10 +243,9 @@ The following functions are available:
function above except that it uses the "password" input type.
-.. php:function:: form_upload([$data = ''[, $value = ''[, $extra = '']]])
+.. php:function:: form_upload([$data = '', $extra = '']])
:param array $data: Field attributes data
- :param string $value: Field value
:param mixed $extra: Extra attributes to be added to the tag either as an array or a literal string
:returns: An HTML file upload input field tag
:rtype: string