[RSS Feed/News] Member controller: Expression result not used

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom