#2615 closed defect (bug) (fixed)
Reply url in topic not correct, after 1000 replies in topic
Reported by: | DrPepper75 | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | highest omg sweet tea |
Severity: | normal | Version: | 2.5.4 |
Component: | General | Keywords: | needs-patch |
Cc: |
Description
Because on line 356 of "includes/replies/functions.php"
'menu_order' => bbp_get_topic_reply_count( $topic_id, false ) + 1
should be
'menu_order' => bbp_get_topic_reply_count( $topic_id, true ) + 1
Now the nice version is used, including a thousand separator. Which makes the integer 1000 the string 1,000 and will later on be cast back to an integer with the value 1.
Quite easy fix, isn't it?
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 5392: