mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-27 06:58:17 +01:00
(stable) 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
a8841d9cff
commit
11ce459f67
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ final class PhabricatorAuditEditor
|
||||||
|
|
||||||
if ($actor_is_author) {
|
if ($actor_is_author) {
|
||||||
$inlines[] = id(clone $query)
|
$inlines[] = id(clone $query)
|
||||||
->withHasTransaciton(true)
|
->withHasTransaction(true)
|
||||||
->execute();
|
->execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue