diff --git a/src/applications/audit/editor/PhabricatorAuditEditor.php b/src/applications/audit/editor/PhabricatorAuditEditor.php index d5c22fba6b..cfa84b8bd7 100644 --- a/src/applications/audit/editor/PhabricatorAuditEditor.php +++ b/src/applications/audit/editor/PhabricatorAuditEditor.php @@ -275,7 +275,7 @@ final class PhabricatorAuditEditor if ($actor_is_author) { $inlines[] = id(clone $query) - ->withHasTransaciton(true) + ->withHasTransaction(true) ->execute(); }