Reply to thread

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


Back
Top Bottom