mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fixed error during new installs: emailadmin_account::search(TRUE) is NO valid account_id
This commit is contained in:
parent
d1e3d3b0c0
commit
f65c3f73dd
@ -93,6 +93,8 @@ class mail_activesync implements activesync_plugin_write, activesync_plugin_send
|
|||||||
*/
|
*/
|
||||||
public function __construct(BackendEGW $backend)
|
public function __construct(BackendEGW $backend)
|
||||||
{
|
{
|
||||||
|
if ($GLOBALS['egw_setup']) return;
|
||||||
|
|
||||||
//$this->debugLevel=2;
|
//$this->debugLevel=2;
|
||||||
$this->backend = $backend;
|
$this->backend = $backend;
|
||||||
if (!isset($GLOBALS['egw_info']['user']['preferences']['activesync']['mail-ActiveSyncProfileID']))
|
if (!isset($GLOBALS['egw_info']['user']['preferences']['activesync']['mail-ActiveSyncProfileID']))
|
||||||
|
Loading…
Reference in New Issue
Block a user