Skip to content

Commit c53dd99

Browse files
author
vrana
committed
Fix search select after D790
Auditors: epriestley
1 parent 18eac22 commit c53dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/search/controller/select/PhabricatorSearchSelectController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function processRequest() {
5959
$engine = PhabricatorSearchEngineSelector::newSelector()->newEngine();
6060
$results = $engine->executeSearch($query);
6161

62-
$phids = array_fill_keys(ipull($results, 'phid'), true);
62+
$phids = array_fill_keys($results, true);
6363
$phids += $this->queryObjectNames($query_str);
6464

6565
$phids = array_keys($phids);

0 commit comments

Comments
 (0)