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

Remove an unused property from D5140

Summary: Oops, missed this in review.

Test Plan: Searched in the file for the property.

Reviewers: AnhNhan

Reviewed By: AnhNhan

CC: aran

Differential Revision: https://secure.phabricator.com/D5154
This commit is contained in:
epriestley 2013-02-28 08:07:13 -08:00
parent 5754bec293
commit 5d2e0ecc8a

View file

@ -5,7 +5,6 @@ final class PhabricatorAuditListController extends PhabricatorAuditController {
private $filter; private $filter;
private $name; private $name;
private $filterStatus; private $filterStatus;
private $filterConcern;
public function willProcessRequest(array $data) { public function willProcessRequest(array $data) {
$this->filter = idx($data, 'filter'); $this->filter = idx($data, 'filter');