mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
further fixes
- fix infinite loop on checking ban for those not having ever visited the page (or removed all session cookies) - avatar width/height switched in language files - fix windows switching to background on IE7 (smlies window for example) git-svn-id: file:///svn/phpbb/trunk@8224 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1018,7 +1018,8 @@ class session
|
||||
// If the session is empty we need to create a valid one...
|
||||
if (empty($this->session_id))
|
||||
{
|
||||
$this->session_create(ANONYMOUS);
|
||||
// This seems to be no longer needed? - #14971
|
||||
// $this->session_create(ANONYMOUS);
|
||||
}
|
||||
|
||||
// Initiate environment ... since it won't be set at this stage
|
||||
|
Reference in New Issue
Block a user