1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Fix typo in variable name

Summary: Follow-up to D8758.

Test Plan: Crossed fingers.

Reviewers: #blessed_reviewers, chad, epriestley

Reviewed By: #blessed_reviewers, chad, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D8759
This commit is contained in:
Ben Alpert 2014-04-11 04:18:12 -07:00 committed by epriestley
parent 524e8a64f4
commit ac0ad2e016

View file

@ -203,7 +203,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
null, null,
'getCommitIdentifier'); 'getCommitIdentifier');
} else { } else {
$commit_for_links = array(); $commits_for_links = array();
} }
$revision_detail = id(new DifferentialRevisionDetailView()) $revision_detail = id(new DifferentialRevisionDetailView())