diff --git a/public_html/includes/class/class.LSattribute.php b/public_html/includes/class/class.LSattribute.php index 242c2bb1..13410077 100644 --- a/public_html/includes/class/class.LSattribute.php +++ b/public_html/includes/class/class.LSattribute.php @@ -142,7 +142,7 @@ class LSattribute { function getValue() { if ($this -> isUpdate()) { return $this -> getUpdateData(); - { + } else { return $this -> getOldValue(); }