mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 11:52:59 +01:00
LSattribute :: myRights() : Fixed notice PHP
This commit is contained in:
parent
6b065f2a61
commit
3df9edb25f
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ class LSattribute {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
if (!isset($this -> config['rights'][$who])) break;
|
||||||
if ($this -> config['rights'][$who] == 'w') {
|
if ($this -> config['rights'][$who] == 'w') {
|
||||||
$return='w';
|
$return='w';
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue