mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix a "withHasTransactions()" typo in AuditEditor
Summary: See <https://discourse.phabricator-community.org/t/typo-in-phabricatorauditeditor-php/1910>. This is trivial and reproduces easily, I just missed it in testing. Test Plan: - Left a comment on a commit which I was the author of. - Before change: fatal with obvious typo. - After change: smooth sailing. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D19667
This commit is contained in:
parent
2379c21fbb
commit
cc3b6d5790
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ final class PhabricatorAuditEditor
|
|||
|
||||
if ($actor_is_author) {
|
||||
$inlines[] = id(clone $query)
|
||||
->withHasTransaciton(true)
|
||||
->withHasTransaction(true)
|
||||
->execute();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue