diff --git a/classes/extravar/Extravar.class.php b/classes/extravar/Extravar.class.php index a304e3956..d5268b388 100644 --- a/classes/extravar/Extravar.class.php +++ b/classes/extravar/Extravar.class.php @@ -301,7 +301,7 @@ class ExtraItem */ function getValue() { - return removeHackTag($this->value); + return $this->_getTypeValue($this->type, $this->value); } /**