[RSS Feed/News] Invalid unset choice option

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In the file XF\Template\Templater.php line 5380 it seems trigger invalid unset.

PHP:

Code:
if (isset($choice['_type']))
{
   $type = $choice['_type'];
}
else
{
   $type = 'option';
}
unset($choice['_type']);

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