mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
Fix empty default domain issue again
This commit is contained in:
parent
dc0909aa86
commit
1f88a89502
@ -315,7 +315,7 @@ class EGW_SyncML_State extends Horde_SyncML_State
|
|||||||
if (strpos($this->_locName,'@') === False)
|
if (strpos($this->_locName,'@') === False)
|
||||||
{
|
{
|
||||||
$this->_account_domain = $GLOBALS['egw_info']['server']['default_domain'];
|
$this->_account_domain = $GLOBALS['egw_info']['server']['default_domain'];
|
||||||
$this->_locName .= ($this->_account_domain ? '@'. $this->_account_domain : '');
|
$this->_locName .= '@'. ($this->_account_domain ? $this->_account_domain : 'default');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user