mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Refactored Sessions class (#656)
This commit is contained in:
parent
4d496ba645
commit
58cc723e4b
15 changed files with 34 additions and 35 deletions
|
@ -43,7 +43,7 @@ if ($mc_type && $post['poster_id'] != $userdata['user_id']) {
|
|||
$message = sprintf($lang['MC_COMMENT_PM_MSG'], get_username($post['poster_id']), make_url(POST_URL . "$post_id#$post_id"), $lang['MC_COMMENT'][$mc_type]['type'], $mc_text);
|
||||
|
||||
send_pm($post['poster_id'], $subject, $message);
|
||||
\TorrentPier\Legacy\Sessions::cache_rm_user_sessions($post['poster_id']);
|
||||
\TorrentPier\Sessions::cache_rm_user_sessions($post['poster_id']);
|
||||
}
|
||||
|
||||
switch ($mc_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue