mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-23 12:09:12 +01:00
Fix Diffusion fatal with symbol highlighting
Summary: This returns a list of PHIDs, not objects which need to be pulled. Test Plan: Repro'd fatal locally, verified it was fixed. Repro steps are: - Create an arc project associated with a repository, with indexed language(s) and subprojects. - View a file in that repository. Reviewers: nh, btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D3038
This commit is contained in:
parent
839f3df9c2
commit
c85d6d5e1b
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ final class DiffusionBrowseFileController extends DiffusionController {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$dep_projects = $project->getSymbolIndexProjects();
|
$dep_projects = $project->getSymbolIndexProjects();
|
||||||
$dep_projects = mpull($dep_projects, 'getPHID');
|
|
||||||
$dep_projects[] = $project->getPHID();
|
$dep_projects[] = $project->getPHID();
|
||||||
foreach ($ls as $lang) {
|
foreach ($ls as $lang) {
|
||||||
if (!isset($langs[$lang])) {
|
if (!isset($langs[$lang])) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue