diff --git a/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php b/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php index d5cc9238d5..89f5b27b86 100644 --- a/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php +++ b/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php @@ -19,6 +19,8 @@ final class PhabricatorTypeaheadCommonDatasourceController extends PhabricatorTypeaheadDatasourceController { + private $type; + public function willProcessRequest(array $data) { $this->type = $data['type']; }