Fix typo in default config.inc.php file

This commit is contained in:
Benjamin Renard 2020-05-12 20:20:33 +02:00
parent db710efb87
commit d2761a29ae

View file

@ -148,7 +148,7 @@ $GLOBALS['LSconfig'] = array(
'LSobjects' => array( 'LSobjects' => array(
'LSpeople', 'LSpeople',
'LSgroup', 'LSgroup',
'LScompany' 'LScompany',
'LSsysaccount' 'LSsysaccount'
) )
), ),