mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix incorrect flattening of extravar value
- https://xetown.com/questions/1375456 - xpressengine/xe-core#1659 - xpressengine/xe-core#1661
This commit is contained in:
parent
39b46f0591
commit
351cd825cf
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ class ExtraItem
|
||||||
*/
|
*/
|
||||||
function getValue()
|
function getValue()
|
||||||
{
|
{
|
||||||
return removeHackTag($this->value);
|
return $this->_getTypeValue($this->type, $this->value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue