mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Probable fix for ElasticSearch 2.0 type strictness
Summary: Fixes T9670. Test Plan: Will follow up on task. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9670 Differential Revision: https://secure.phabricator.com/D14370
This commit is contained in:
parent
b7a4d3b9a5
commit
4e112537b2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ final class PhabricatorElasticSearchEngine extends PhabricatorSearchEngine {
|
|||
$spec['relationship'][$rtype][] = array(
|
||||
'phid' => $to_phid,
|
||||
'phidType' => $to_type,
|
||||
'when' => $time,
|
||||
'when' => (int)$time,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue