mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue