@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 issue with Table of Contents construction for copied files

Summary: Ref T9201.

Test Plan: Inspection.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9201

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

+1 -1
+1 -1
src/infrastructure/diff/view/PHUIDiffTableOfContentsItemView.php
··· 267 267 } 268 268 } 269 269 } else if ($type == DifferentialChangeType::TYPE_COPY_HERE) { 270 - $meta = pht('Copied from %s', $changeset->getOldFile()); 270 + $meta[] = pht('Copied from %s', $changeset->getOldFile()); 271 271 } 272 272 273 273 if (!$meta) {