Fixed template account_stop_ignoring missing

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
it's not possible to stop ignoring somebody without js.

You're getting to an "empty" page with the account wrapper.

reason for this=>
PHP:
            return $this->_getWrapper(
                'account', 'ignored',
                $this->responseView(
                    'XenForo_ViewPublic_Account_StopIgnoring',
                    'account_stop_ignoring',
                    $viewParams
                )
            );

template account_stop_ignoring missing is missing
 
Top Bottom