diff options
author | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:19:49 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:19:49 +0300 |
commit | 80067467805d4b1664777cf3553c39fc32cfdb65 (patch) | |
tree | da8748acc232072a93c91c762bab5c28491b07c9 /phpBB/includes/functions_display.php | |
parent | 9133b913ec2184e56f1ea420820e45f4208f753d (diff) | |
download | forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.gz forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.bz2 forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.xz forums-80067467805d4b1664777cf3553c39fc32cfdb65.zip |
[ticket/12557] Fix php file description
PHPBB3-12557
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index bfe9c0b055..62f218cf60 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1426,7 +1426,7 @@ function get_user_rank($user_rank, $user_posts, &$rank_title, &$rank_img, &$rank * @param string $param_key Either topic_id or post_id * @param string $param_val The value of the topic or post id * @param string $phpbb_root_path The root path of the phpBB installation -* @param string $phpEx The PHP extension +* @param string $phpEx The PHP file extension * * @return array Array containing the link and the type of compression */ |