diff options
author | n-aleha <nick_aleha@myway.com> | 2014-05-19 05:50:29 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 06:57:05 +0300 |
commit | 8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb (patch) | |
tree | 7e8b79f7e130fe5f60ae10e2f737ac7c7038caca /phpBB/includes/functions_upload.php | |
parent | 19b9df7e630031e3bdf0640a91f7025da3a00257 (diff) | |
download | forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar.gz forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar.bz2 forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar.xz forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.zip |
[ticket/12557] Fix doc block errors found by Sami
More corrections.
PHPBB3-12557
Diffstat (limited to 'phpBB/includes/functions_upload.php')
-rw-r--r-- | phpBB/includes/functions_upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index 14d214ef71..be4bedd2ca 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -277,7 +277,7 @@ class filespec * Move file to destination folder * The phpbb_root_path variable will be applied to the destination path * - * @param string $destination_path Destination path, for example $config['avatar_path'] + * @param string $destination Destination path, for example $config['avatar_path'] * @param bool $overwrite If set to true, an already existing file will be overwritten * @param bool $skip_image_check If set to true, the check for the file to be a valid image is skipped * @param string $chmod Permission mask for chmodding the file after a successful move. The mode entered here reflects the mode defined by {@link phpbb_chmod()} |