1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
epriestley 2015-11-02 16:21:43 +00:00 committed by epriestley
parent b7a4d3b9a5
commit 4e112537b2

View file

@ -79,7 +79,7 @@ final class PhabricatorElasticSearchEngine extends PhabricatorSearchEngine {
$spec['relationship'][$rtype][] = array( $spec['relationship'][$rtype][] = array(
'phid' => $to_phid, 'phid' => $to_phid,
'phidType' => $to_type, 'phidType' => $to_type,
'when' => $time, 'when' => (int)$time,
); );
} }