destroy(); module::event("user_logout", $user); } catch (Exception $e) { Kohana::log("error", $e); } if ($this->input->get("continue")) { url::redirect($this->input->get("continue")); } } }