mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Move two ldap settings to the shared constructor, since the accounts_() constructor
does not load
This commit is contained in:
parent
deb4930dc6
commit
3c426e72e4
@ -41,6 +41,8 @@
|
||||
{
|
||||
$this->account_id = get_account_id($account_id);
|
||||
}
|
||||
$this->user_context = $GLOBALS['phpgw_info']['server']['ldap_context'];
|
||||
$this->group_context = $GLOBALS['phpgw_info']['server']['ldap_group_context'];
|
||||
}
|
||||
|
||||
function is_expired()
|
||||
|
Loading…
Reference in New Issue
Block a user