mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Refactored Sessions class (#656)
This commit is contained in:
parent
4d496ba645
commit
58cc723e4b
15 changed files with 34 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue