1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fix bad ancestor classname

Summary: Derped this up in D11234.

Test Plan: Ran `bin/search index --all`.

Reviewers: joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11273
This commit is contained in:
epriestley 2015-01-07 16:13:20 -08:00
parent e0087a9f7a
commit c0e15f2c65

View file

@ -115,7 +115,7 @@ final class PhabricatorSearchManagementIndexWorkflow
private function loadPHIDsByTypes($type) {
$indexers = id(new PhutilSymbolLoader())
->setAncestorClass('PhabricatorSearchObjectIndexer')
->setAncestorClass('PhabricatorSearchDocumentIndexer')
->loadObjects();
$phids = array();