mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:28:55 +00:00
Bug fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
12077e1d32
commit
1d2a359ea1
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ function session_pagestart($user_ip, $thispage_id)
|
|||
}
|
||||
else
|
||||
{
|
||||
$session_data = '';
|
||||
$sessiondata = '';
|
||||
$session_id = ( isset($HTTP_GET_VARS['sid']) ) ? $HTTP_GET_VARS['sid'] : '';
|
||||
$sessionmethod = SESSION_METHOD_GET;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue