mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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)
|
||||
{
|
||||
if ($GLOBALS['egw_setup']) return;
|
||||
|
||||
//$this->debugLevel=2;
|
||||
$this->backend = $backend;
|
||||
if (!isset($GLOBALS['egw_info']['user']['preferences']['activesync']['mail-ActiveSyncProfileID']))
|
||||
|
Loading…
Reference in New Issue
Block a user