diff options
author | Fyorl <gaelreth@gmail.com> | 2012-11-10 08:51:12 +0000 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-11-10 08:51:12 +0000 |
commit | 1f9bff2126bbec514c4a7b675723bfe7f26c432e (patch) | |
tree | 07172b994ec13046809a2b172d87452f0045138e /phpBB/includes/request | |
parent | aa5f6dffa5ad7e8c357006ba539885bf9814d8f5 (diff) | |
download | forums-1f9bff2126bbec514c4a7b675723bfe7f26c432e.tar forums-1f9bff2126bbec514c4a7b675723bfe7f26c432e.tar.gz forums-1f9bff2126bbec514c4a7b675723bfe7f26c432e.tar.bz2 forums-1f9bff2126bbec514c4a7b675723bfe7f26c432e.tar.xz forums-1f9bff2126bbec514c4a7b675723bfe7f26c432e.zip |
[ticket/10939] Added documentation for phpbb_request::file
PHPBB3-10939
Diffstat (limited to 'phpBB/includes/request')
-rw-r--r-- | phpBB/includes/request/request.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/request/request.php b/phpBB/includes/request/request.php index 25410c27c4..94445f232c 100644 --- a/phpBB/includes/request/request.php +++ b/phpBB/includes/request/request.php @@ -289,7 +289,8 @@ class phpbb_request implements phpbb_request_interface * * @param string $form_name The name of the file input form element * - * @return array The uploaded file's information + * @return array The uploaded file's information or an empty array if the + * variable does not exist in _FILES. */ public function file($form_name) { |