diff --git a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php index 458877022e..5ce79ac7f4 100644 --- a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php +++ b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php @@ -315,7 +315,7 @@ class EGW_SyncML_State extends Horde_SyncML_State if (strpos($this->_locName,'@') === False) { $this->_account_domain = $GLOBALS['egw_info']['server']['default_domain']; - $this->_locName .= '@'. $this->_account_domain; + $this->_locName .= ($this->_account_domain ? '@'. $this->_account_domain : ''); } else {