mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-03 23:48:44 +02:00
Fix test
This commit is contained in:
@@ -3819,7 +3819,7 @@ HTML;
|
||||
public function IsModifiedValue($sAttCode)
|
||||
{
|
||||
if (array_key_exists($sAttCode, $this->aPostedValues)) {
|
||||
return $this->aPostedValues[$sAttCode] == $this->Get($sAttCode);
|
||||
return $this->aPostedValues[$sAttCode] != $this->Get($sAttCode);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user