mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
generate_lang_file.php : added inclusion of local LSobject configuration directory
This commit is contained in:
parent
8722098db3
commit
568ea9a089
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ foreach($GLOBALS['LSconfig']['ldap_servers'] as $conf) {
|
|||
|
||||
|
||||
// LSobject
|
||||
if (loadDir('../'.LS_OBJECTS_DIR)) {
|
||||
if (loadDir('../'.LS_OBJECTS_DIR) && loadDir('../'.LS_LOCAL_DIR.LS_OBJECTS_DIR)) {
|
||||
foreach($GLOBALS['LSobjects'] as $name => $conf) {
|
||||
add($conf['label']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue