Fixed Wrong input filter used in XenResource_ControllerPublic_Resource

xf_phantom

Well-known member
Line 15
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^^
 
I do wonder if I had a reason for this at first, but it probably is just a mistake. :)
 
Top Bottom