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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user