mirror of
https://github.com/kvazar-network/index-php.git
synced 2025-01-22 04:45:13 +00:00
fix key name
This commit is contained in:
parent
ee60225fa6
commit
178d49fbe7
@ -217,7 +217,7 @@ class Manticore
|
||||
foreach ($search->get() as $record)
|
||||
{
|
||||
// Raw data stored as JSON encoded string
|
||||
if ($record->get('key_type') === self::TYPE_STRING)
|
||||
if ($record->get('type_key') === self::TYPE_STRING)
|
||||
{
|
||||
$key = $record->get('key');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user