aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-01 18:46:56 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-01 18:46:56 +0200
commit4979d98aa939aa01262c9ea7795677d4c196387c (patch)
tree1ad61bb1b05a8bddad07222ec087f237458abac6
parentbfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (diff)
parent3fe517f50c65530bba745ab9eeaaf37f4ea41516 (diff)
downloadforums-4979d98aa939aa01262c9ea7795677d4c196387c.tar
forums-4979d98aa939aa01262c9ea7795677d4c196387c.tar.gz
forums-4979d98aa939aa01262c9ea7795677d4c196387c.tar.bz2
forums-4979d98aa939aa01262c9ea7795677d4c196387c.tar.xz
forums-4979d98aa939aa01262c9ea7795677d4c196387c.zip
Merge pull request #3873 from lavigor/ticket/14133
[ticket/14133] Comment fix for phpbb_get_user_rank() * lavigor/ticket/14133: [ticket/14133] Comment fix for phpbb_get_user_rank()
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 8aee80ba34..4881dde6f5 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -1496,7 +1496,7 @@ function watch_topic_forum($mode, &$s_watching, $user_id, $forum_id, $topic_id,
* @param array $user_data the current stored users data
* @param int $user_posts the users number of posts
*
-* @return array An associative array containing the rank title (title), the rank image source (img) and the rank image as full img tag (img)
+* @return array An associative array containing the rank title (title), the rank image as full img tag (img) and the rank image source (img_src)
*
* Note: since we do not want to break backwards-compatibility, this function will only properly assign ranks to guests if you call it for them with user_posts == false
*/