From d2761a29ae3890a7c3f221c7d217ffe084749032 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 12 May 2020 20:20:33 +0200 Subject: [PATCH] Fix typo in default config.inc.php file --- src/conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/config.inc.php b/src/conf/config.inc.php index aeb73c28..cd499932 100644 --- a/src/conf/config.inc.php +++ b/src/conf/config.inc.php @@ -148,7 +148,7 @@ $GLOBALS['LSconfig'] = array( 'LSobjects' => array( 'LSpeople', 'LSgroup', - 'LScompany' + 'LScompany', 'LSsysaccount' ) ),