mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
e0087a9f7a
commit
c0e15f2c65
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ final class PhabricatorSearchManagementIndexWorkflow
|
||||||
|
|
||||||
private function loadPHIDsByTypes($type) {
|
private function loadPHIDsByTypes($type) {
|
||||||
$indexers = id(new PhutilSymbolLoader())
|
$indexers = id(new PhutilSymbolLoader())
|
||||||
->setAncestorClass('PhabricatorSearchObjectIndexer')
|
->setAncestorClass('PhabricatorSearchDocumentIndexer')
|
||||||
->loadObjects();
|
->loadObjects();
|
||||||
|
|
||||||
$phids = array();
|
$phids = array();
|
||||||
|
|
Loading…
Reference in a new issue