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() {
|
function getValue() {
|
||||||
if ($this -> isUpdate()) {
|
if ($this -> isUpdate()) {
|
||||||
return $this -> getUpdateData();
|
return $this -> getUpdateData();
|
||||||
{
|
}
|
||||||
else {
|
else {
|
||||||
return $this -> getOldValue();
|
return $this -> getOldValue();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue