mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix accidently commited host-name
This commit is contained in:
parent
28616ef0ee
commit
25f942c431
@ -306,7 +306,7 @@ class Dovecot extends Mail\Imap implements Mail\Imap\PushIface
|
||||
if (!isset($token)) $token = ((string)$account_id === '0' ? Tokens::instance() : Tokens::user($account_id));
|
||||
|
||||
return self::METADATA_PREFIX.$GLOBALS['egw_info']['user']['account_id'].'::'.$this->acc_id.';'.
|
||||
$token . '@' . 'office.egroupware.org'; //Api\Header\Http::host();
|
||||
$token . '@' . Api\Header\Http::host();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user