XenForo
Administrative
- Thread starter
- Admin
- #1
In the file XF\Template\Templater.php line 5380 it seems trigger invalid unset.
PHP:
ادامه مطلب...
PHP:
Code:
if (isset($choice['_type']))
{
$type = $choice['_type'];
}
else
{
$type = 'option';
}
unset($choice['_type']);
ادامه مطلب...