@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.

Fix an undeclared property on AphrontPlainTextResponse

Auditors: joshuaspence

+2
+2
src/aphront/response/AphrontPlainTextResponse.php
··· 2 2 3 3 final class AphrontPlainTextResponse extends AphrontResponse { 4 4 5 + private $content; 6 + 5 7 public function setContent($content) { 6 8 $this->content = $content; 7 9 return $this;