mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSaddon :: LSaccessRightsMatrixView: replace LSdebug by LSlog logger
This commit is contained in:
parent
898e312d7e
commit
b388656724
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue