mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor, set default value for subscribedPHIDs to avoid:
array_diff(): Argument #1 is not an array at [/var/www/phabricator/phabricator/src/applications/feed/PhabricatorFeedStoryPublisher.php:109] Auditors: alanh
This commit is contained in:
parent
f932906c0d
commit
40cccb0077
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ final class PhabricatorFeedStoryPublisher {
|
|||
private $storyTime;
|
||||
private $storyAuthorPHID;
|
||||
private $primaryObjectPHID;
|
||||
private $subscribedPHIDs;
|
||||
private $subscribedPHIDs = array();
|
||||
|
||||
public function setRelatedPHIDs(array $phids) {
|
||||
$this->relatedPHIDs = $phids;
|
||||
|
|
Loading…
Reference in a new issue