1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/12557] Fix php file description

PHPBB3-12557
This commit is contained in:
n-aleha
2014-08-07 13:19:49 +03:00
parent 9133b913ec
commit 8006746780
20 changed files with 26 additions and 26 deletions

View File

@@ -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
*/