truonglv Well-known member Jul 10, 2022 #1 Affected version 2.2.9 In the file XF\Template\Templater.php line 5380 it seems trigger invalid unset. PHP: if (isset($choice['_type'])) { $type = $choice['_type']; } else { $type = 'option'; } unset($choice['_type']);
In the file XF\Template\Templater.php line 5380 it seems trigger invalid unset. PHP: if (isset($choice['_type'])) { $type = $choice['_type']; } else { $type = 'option'; } unset($choice['_type']);
O Old Nick Well-known member Jul 10, 2022 #2 I don't know if it's a bug but the code is the same in 2.2.9
truonglv Well-known member Jul 10, 2022 #3 nicodak said: I don't know if it's a bug but the code is the same in 2.2.9 Click to expand... I just checked with version 2.2.9. It still effected.
nicodak said: I don't know if it's a bug but the code is the same in 2.2.9 Click to expand... I just checked with version 2.2.9. It still effected.
Jeremy P XenForo developer Staff member Nov 26, 2022 #4 I don't think this should be problematic, but it's sorted in 2.2.12 nevertheless.