mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-14 03:25:37 +02:00
Fixed bug #484243 typo in sessions.php
git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eb82c68087
commit
9dea3eb368
@ -318,7 +318,7 @@ function session_pagestart($user_ip, $thispage_id, $session_length)
|
||||
}
|
||||
|
||||
$result_id = session_begin($user_id, $user_ip, $thispage_id, $session_length, $login, $autologin);
|
||||
if(!$result)
|
||||
if(!$result_id)
|
||||
{
|
||||
message_die(CRITICAL_ERROR, "Error creating user session : session_pagestart", __LINE__, __FILE__, $sql);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user