Fix bug in last commit

This commit is contained in:
Benjamin Renard 2010-03-16 17:33:55 +01:00
parent dde0182b16
commit 890670eaf4

View file

@ -142,7 +142,7 @@ class LSattribute {
function getValue() {
if ($this -> isUpdate()) {
return $this -> getUpdateData();
{
}
else {
return $this -> getOldValue();
}