mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Fix a mid-air collision around SearchService roles
My D17571 didn't interact nicely with D17564, which added callsites for one of the methods I removed. Auditors: 20after4
This commit is contained in:
parent
c40be811ea
commit
8879118b69
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ class PhabricatorSearchService
|
|||
|
||||
public function setConfig($config) {
|
||||
$this->config = $config;
|
||||
$this->setRoles(idx($config, 'roles', array()));
|
||||
|
||||
if (!isset($config['hosts'])) {
|
||||
$config['hosts'] = array(
|
||||
|
|
Loading…
Reference in a new issue