From 6c449b4af8e4ca904abe4cd342e5f35124a64f82 Mon Sep 17 00:00:00 2001 From: PavelBegunkov <asml.Silence@gmail.com> Date: Thu, 27 Nov 2014 23:01:57 +0300 Subject: [PATCH] another one session fix --- ~dev_rating/application/classes/Controller/Handler/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/~dev_rating/application/classes/Controller/Handler/Session.php b/~dev_rating/application/classes/Controller/Handler/Session.php index 6cf985196..7604fbfd3 100644 --- a/~dev_rating/application/classes/Controller/Handler/Session.php +++ b/~dev_rating/application/classes/Controller/Handler/Session.php @@ -26,7 +26,7 @@ class Controller_Handler_Session extends Controller_Handler { public function action_closeSession() { if (User::instance()->isSignedIn()) { - User::instance()->completeSignOut(); + User::instance()->signOut(); } $this->response->body(json_encode(0)); } -- GitLab