@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set a property so that unit tests run on PHP7

Summary: Without this change PHP throws because idx() is passed null as the property is not intialzied

Test Plan: arc unit --everything

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D14345

authored by

Michael Krasnow and committed by
Mnkras
6e7ceb99 bbf4ce79

+1 -1
+1 -1
src/aphront/AphrontRequest.php
··· 28 28 private $applicationConfiguration; 29 29 private $site; 30 30 private $controller; 31 - private $uriData; 31 + private $uriData = array(); 32 32 private $cookiePrefix; 33 33 34 34 public function __construct($host, $path) {