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

Remove a debugging "echo" that crept in in dccd799b

Summary: This echo was accidentally added in dccd799b

Test Plan: Inspection.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

authored by

Alex Vandiver and committed by
epriestley
45b0fd8f 2c150076

-1
-1
src/applications/differential/view/DifferentialReviewersView.php
··· 158 158 159 159 private function isCurrent($action_phid) { 160 160 if (!$this->diff) { 161 - echo "A\n"; 162 161 return true; 163 162 } 164 163