Fix incorrect flattening of extravar value

- https://xetown.com/questions/1375456
- xpressengine/xe-core#1659
- xpressengine/xe-core#1661
This commit is contained in:
Kijin Sung 2020-04-08 23:35:37 +09:00
parent 39b46f0591
commit 351cd825cf

View file

@ -301,7 +301,7 @@ class ExtraItem
*/
function getValue()
{
return removeHackTag($this->value);
return $this->_getTypeValue($this->type, $this->value);
}
/**