mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +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;
|
||||
default:
|
||||
if (!isset($this -> config['rights'][$who])) break;
|
||||
if ($this -> config['rights'][$who] == 'w') {
|
||||
$return='w';
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue