mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 09:20:58 +01:00
Fix a type constant which slipped through grep
Auditors: btrahan
This commit is contained in:
parent
f7e1450096
commit
5f78a6953f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ final class PhabricatorRepositoryCommitSearchIndexer
|
|||
|
||||
$doc = new PhabricatorSearchAbstractDocument();
|
||||
$doc->setPHID($commit->getPHID());
|
||||
$doc->setDocumentType(PhabricatorPHIDConstants::PHID_TYPE_CMIT);
|
||||
$doc->setDocumentType(PhabricatorRepositoryPHIDTypeCommit::TYPECONST);
|
||||
$doc->setDocumentCreated($date_created);
|
||||
$doc->setDocumentModified($date_created);
|
||||
$doc->setDocumentTitle($title);
|
||||
|
|
Loading…
Reference in a new issue