Where and how I can use third parameter in responseReroute?
For example, I use in actionIndex this as:
But in actionMember I can't use any parameters. And $this->_input->filterSingle('uid', XenForo_Input::UINT) not return this also.
For example, I use in actionIndex this as:
Code:
return $this->responseReroute(__CLASS__, 'member', array('uid' => $uid));