Fix an undeclared property on AphrontPlainTextResponse
Auditors: joshuaspence
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
final class AphrontPlainTextResponse extends AphrontResponse {
|
||||
|
||||
private $content;
|
||||
|
||||
public function setContent($content) {
|
||||
$this->content = $content;
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user