@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 issue when creating a new mock in Pholio

Summary: Fix T2573. The way Lisk works, we try to save "protected" fields to the database. For non-database data, use "private".

Test Plan: Created a new mock.

Reviewers: chad, ljalonen

Reviewed By: chad

CC: aran

Maniphest Tasks: T2573

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

+1 -1
+1 -1
src/applications/pholio/storage/PholioImage.php
··· 13 13 protected $name = ''; 14 14 protected $description = ''; 15 15 protected $sequence; 16 - protected $inlineComments; 17 16 17 + private $inlineComments; 18 18 private $file; 19 19 20 20 public function attachInlineComments(array $inline_comments) {