mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-21 11:09:02 +01:00
Probably fix bad method call in Diffusion
Summary: Fixes T5869. Ref T4896. This `setID()` method no longer exists. Test Plan: (WARNING) This is a pain to reproduce locally so I'm just winging it. I'm 99% sure this ID is only used to generate an anchor link. This is a hack to start with, and T4896 will eventualy clean it up properly. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4896, T5869 Differential Revision: https://secure.phabricator.com/D10254
This commit is contained in:
parent
e07011d37d
commit
a5d2460974
1 changed files with 0 additions and 1 deletions
|
@ -613,7 +613,6 @@ final class DiffusionBrowseFileController extends DiffusionBrowseController {
|
||||||
|
|
||||||
foreach ($this->lintMessages as $message) {
|
foreach ($this->lintMessages as $message) {
|
||||||
$inline = id(new PhabricatorAuditInlineComment())
|
$inline = id(new PhabricatorAuditInlineComment())
|
||||||
->setID($message['id'])
|
|
||||||
->setSyntheticAuthor(
|
->setSyntheticAuthor(
|
||||||
ArcanistLintSeverity::getStringForSeverity($message['severity']).
|
ArcanistLintSeverity::getStringForSeverity($message['severity']).
|
||||||
' '.$message['code'].' ('.$message['name'].')')
|
' '.$message['code'].' ('.$message['name'].')')
|
||||||
|
|
Loading…
Add table
Reference in a new issue