protected function getFailRedirect(Data $data = null) { $category = $this->model->getRecord('Category'); $category->load($this->topic->category_id); return $this->router->http('topic', array('path' => $category->path, 'id' => $this->topic->id)); }