Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
that's coming from[php] if ($warning && !$warning['is_editable']) { $dwInput['points'] = $warning['points_default']; $dwInput['expiry_date'] = ( $expireInput['expiry_type'] == 'never' ? 0 : strtotime('+' . $warning['expiry_default'] . ' ' . $expireInput['expiry_type']) ); }[/php] in XenForo_ControllerPublic_Member$expireInput should be IMO $warning
that's coming from
[php]
if ($warning && !$warning['is_editable'])
{
$dwInput['points'] = $warning['points_default'];
$dwInput['expiry_date'] = (
$expireInput['expiry_type'] == 'never' ? 0
: strtotime('+' . $warning['expiry_default'] . ' ' . $expireInput['expiry_type'])
);
}[/php] in XenForo_ControllerPublic_Member
$expireInput should be IMO $warning
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences