Lukas W.
Well-known member
- Affected version
- 2.2.8 PL 1
In
As a result, the array isn't actually pruned of any potentially duplicate members. Shouldn't cause any problems in the core product, but I assume the code was placed there with intention behind it, so should probably be fixed at some point.
\XF\Pub\Controller\Member on line 1235, the following expression result isn't assigned back to its original variable:
Code:
array_unique($extraWith);
As a result, the array isn't actually pruned of any potentially duplicate members. Shouldn't cause any problems in the core product, but I assume the code was placed there with intention behind it, so should probably be fixed at some point.