mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
imported kneckes fix in .16 (dont show a single @)
This commit is contained in:
parent
22bfbc99bb
commit
fca4944ab3
@ -277,7 +277,7 @@
|
||||
{
|
||||
reset($GLOBALS['phpgw_domain']);
|
||||
list($default_domain) = each($GLOBALS['phpgw_domain']);
|
||||
if ($_COOKIE['last_domain'] != $default_domain)
|
||||
if ($_COOKIE['last_domain'] != $default_domain && !empty($_COOKIE['last_domain']))
|
||||
{
|
||||
$last_loginid .= '@' . $_COOKIE['last_domain'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user