diff --git a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php index 39a46bc579..458877022e 100644 --- a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php +++ b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php @@ -329,6 +329,7 @@ class EGW_SyncML_State extends Horde_SyncML_State $_POST['login'] = $this->_locName; $_REQUEST['domain'] = $this->_account_domain; $GLOBALS['egw_info']['server']['default_domain'] = $this->_account_domain; + $GLOBALS['egw_info']['user']['domain'] = $this->_account_domain; $GLOBALS['egw_info']['flags']['currentapp'] = 'login'; $GLOBALS['egw_info']['flags']['noapi'] = false; require_once(EGW_API_INC . '/functions.inc.php');