xf_phantom
Well-known member
Line 15
shouldn't this be XenForo_Input::UINT ?
Not really important because it doesn't break anything and isn't a security issue, but the id is a uint^^
PHP:
if ($resourceId = $this->_input->filterSingle('resource_id', XenForo_Input::STRING))
shouldn't this be XenForo_Input::UINT ?
Not really important because it doesn't break anything and isn't a security issue, but the id is a uint^^