- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 19,830
- راهحلها
- 27
- پسندها
- 3,258
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
\XF\Repository\Ip::getSharedIpUsers
has an odd failure mode where shared ip tab for two users that should show each other do not reliably show each other on the shared IP list.This is because of a lack of order by clauses in the two queries:
PHP:
This query has no explicit order clause, and with enough matches it is...