mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Refactored Sessions class (#656)
This commit is contained in:
parent
4d496ba645
commit
58cc723e4b
15 changed files with 34 additions and 35 deletions
|
@ -38,6 +38,6 @@ switch ($mode) {
|
|||
|
||||
DB()->query("UPDATE " . BB_USERS . " SET avatar_ext_id = $new_ext_id WHERE user_id = $user_id");
|
||||
|
||||
\TorrentPier\Legacy\Sessions::cache_rm_user_sessions($user_id);
|
||||
\TorrentPier\Sessions::cache_rm_user_sessions($user_id);
|
||||
|
||||
$this->response['avatar_html'] = $response;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue