diff --git a/~dev_rating/application/classes/Controller/Handler/Session.php b/~dev_rating/application/classes/Controller/Handler/Session.php
index 6cf985196899fb80d67e12d024bba49c8987fe4d..7604fbfd3ad950dfc24e4659e116c1f29f85308b 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));
         }