mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
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
This commit is contained in:
parent
c9de213750
commit
cfd1348975
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ final class PHUIDiffTableOfContentsItemView extends AphrontView {
|
|||
}
|
||||
}
|
||||
} else if ($type == DifferentialChangeType::TYPE_COPY_HERE) {
|
||||
$meta = pht('Copied from %s', $changeset->getOldFile());
|
||||
$meta[] = pht('Copied from %s', $changeset->getOldFile());
|
||||
}
|
||||
|
||||
if (!$meta) {
|
||||
|
|
Loading…
Reference in a new issue