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:
		| @@ -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(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Chad Little
					Chad Little