mirror of
https://github.com/kvazar-network/index-php.git
synced 2025-01-22 12:54:15 +00:00
fix value decode
This commit is contained in:
parent
f00c70bde7
commit
ee60225fa6
@ -236,7 +236,9 @@ class Manticore
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$value = $record->get('type_value');
|
$value = json_decode(
|
||||||
|
$record->get('value')
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$records[$record->getId()] =
|
$records[$record->getId()] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user