1
0
Fork 0
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:
Chad Little 2013-11-18 08:05:27 -08:00
parent 74d81f9be0
commit 40c0e3529d

View file

@ -318,7 +318,7 @@ final class DiffusionLintController extends DiffusionController {
$view = id(new PHUIPropertyListView())
->setUser($viewer)
->setActions($actions);
->setActionList($actions);
$callsign = $drequest->getRepository()->getCallsign();
$lint_commit = $branch->getLintCommit();