Fix a type constant which slipped through grep
Auditors: btrahan
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user