LSaddon :: LSaccessRightsMatrixView: replace LSdebug by LSlog logger

This commit is contained in:
Benjamin Renard 2020-05-11 11:41:15 +02:00
parent 898e312d7e
commit b388656724

View file

@ -115,7 +115,7 @@ function LSaccessRightsMatrixView() {
if ($LSobject == LSsession :: $ldapServer["authObjectType"])
$LSprofiles = array_merge(array('self' => _('The user him-self')), $LSprofiles);
LSdebug($LSobjects);
LSlog :: get_logger('LSaddon_LSaccessRightsMatrixView') -> debug($LSobjects);
LStemplate :: assign('pagetitle', _('Access rights matrix'));
LStemplate :: assign('LSprofiles', $LSprofiles);