Refactored Sessions class (#656)

This commit is contained in:
Roman Kelesidis 2023-03-27 14:06:50 +07:00 committed by GitHub
commit 58cc723e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 34 additions and 35 deletions

View file

@ -1368,7 +1368,7 @@ function bb_die($msg_text)
// If empty session
if (empty($userdata)) {
$userdata = \TorrentPier\Legacy\Sessions::session_pagestart();
$userdata = \TorrentPier\Sessions::session_pagestart();
}
// If the header hasn't been output then do it