Solved Member controller: Expression result not used

This topic has been solved
L

Lukas W.

Guest
In \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.

Continue reading...