getModel(self :: PIWIK) -> track('validator', ''); JFactory :: getApplication() -> redirect($this -> getModel(self :: REDIRECT) -> createValidatorRedirectUrl(JFactory :: getUser())); if (count($errors = $this -> get('Errors')) > 0) { JLog :: add('Error viewing validator: ' . implode("\n", $errors), JLog :: ERROR, self :: LOG); return FALSE; } return TRUE; } }