Fix unmigrated load() call in Audit inlines
Summary: Fixes T5711. I missed this somehow in grepping. :/ Test Plan: Edited and deleted an inline draft. Reviewers: chad, btrahan, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Maniphest Tasks: T5711 Differential Revision: https://secure.phabricator.com/D10051
This commit is contained in:
@@ -40,7 +40,7 @@ final class DiffusionInlineCommentController
|
||||
}
|
||||
|
||||
protected function loadComment($id) {
|
||||
return id(new PhabricatorAuditInlineComment())->load($id);
|
||||
return PhabricatorAuditInlineComment::loadID($id);
|
||||
}
|
||||
|
||||
protected function loadCommentForEdit($id) {
|
||||
|
||||
Reference in New Issue
Block a user