forked from extern/egroupware
setting group-context from (user-)context, if not set
This commit is contained in:
parent
9e246a9661
commit
36138f346e
@ -53,7 +53,8 @@
|
||||
$GLOBALS['egw']->translation =& CreateObject('phpgwapi.translation');
|
||||
}
|
||||
$this->user_context = $GLOBALS['egw_info']['server']['ldap_context'];
|
||||
$this->group_context = $GLOBALS['egw_info']['server']['ldap_group_context'];
|
||||
$this->group_context = $GLOBALS['egw_info']['server']['ldap_group_context'] ?
|
||||
$GLOBALS['egw_info']['server']['ldap_group_context'] : $GLOBALS['egw_info']['server']['ldap_context'];
|
||||
}
|
||||
|
||||
function read_repository()
|
||||
|
Loading…
Reference in New Issue
Block a user