mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Declare property
Test Plan: Display revision Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D1430
This commit is contained in:
parent
8bed2f4387
commit
f94c05a5bb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
class DifferentialChangesetListView extends AphrontView {
|
||||
|
||||
private $changesets = array();
|
||||
private $references = array();
|
||||
private $editable;
|
||||
private $revision;
|
||||
private $renderURI = '/differential/changeset/';
|
||||
|
|
Loading…
Reference in a new issue