mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Fix bug in last commit
This commit is contained in:
parent
dde0182b16
commit
890670eaf4
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class LSattribute {
|
|||
function getValue() {
|
||||
if ($this -> isUpdate()) {
|
||||
return $this -> getUpdateData();
|
||||
{
|
||||
}
|
||||
else {
|
||||
return $this -> getOldValue();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue