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

Correct a method signature in DifferentialDraftField

Summary:
Ref T12190. See <https://discourse.phabricator-community.org/t/exception-preventing-access-to-differential-application/606>.

(I have a followup to fix the root issue.)

Test Plan: Loaded Differential with an eye on the error log in PHP7, no longer saw warnings.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T12190

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

+1 -1
+1 -1
src/applications/differential/customfield/DifferentialDraftField.php
··· 24 24 return true; 25 25 } 26 26 27 - public function renderPropertyViewValue() { 27 + public function renderPropertyViewValue(array $handles) { 28 28 return null; 29 29 } 30 30