Equation-based performance disappeared after 2.6.11
-
Hi guys,
With the last update v2.6.11 equation-based performance disappeared from the event total array. I’m using custom performances but now they are only displayed for players and not for the overall event stats. See screenshot https://take.ms/TpYRP
It’s caused by this patch
https://github.com/ThemeBoy/SportsPress/commit/795ae271fe76d00a86f02f5ebeb6042a9d6701a7
and can be easily fixed by reverting changes. Change thisif ( ! is_array( $player_performance ) || ! $player ) continue;
to this
if ( ! is_array( $player_performance ) ) continue;
Could you please check it?
Best Regards!
Ramz
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Equation-based performance disappeared after 2.6.11’ is closed to new replies.