mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
move logout_user() to UserHelper
This commit is contained in:
@@ -81,7 +81,7 @@ class API extends Handler {
|
||||
}
|
||||
|
||||
function logout() {
|
||||
Pref_Users::logout_user();
|
||||
UserHelper::logout();
|
||||
$this->wrap(self::STATUS_OK, array("status" => "OK"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user