mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 05:42:40 +01:00
Fix DiffusionLintController
Summary: Use proper method Fixes T4118 Test Plan: Test a lint page in Diffusion Reviewers: epriestley, btrahan, vrana Reviewed By: epriestley CC: Korvin, epriestley, aran Maniphest Tasks: T4118 Differential Revision: https://secure.phabricator.com/D7598
This commit is contained in:
parent
74d81f9be0
commit
40c0e3529d
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ final class DiffusionLintController extends DiffusionController {
|
||||||
|
|
||||||
$view = id(new PHUIPropertyListView())
|
$view = id(new PHUIPropertyListView())
|
||||||
->setUser($viewer)
|
->setUser($viewer)
|
||||||
->setActions($actions);
|
->setActionList($actions);
|
||||||
|
|
||||||
$callsign = $drequest->getRepository()->getCallsign();
|
$callsign = $drequest->getRepository()->getCallsign();
|
||||||
$lint_commit = $branch->getLintCommit();
|
$lint_commit = $branch->getLintCommit();
|
||||||
|
|
Loading…
Reference in a new issue