Merge pull request #8101 from nextcloud/backport/8099/stable22

[stable22] Fix transaction method name
This commit is contained in:
Joas Schilling 2022-02-24 12:13:04 +01:00 committed by GitHub
commit 4da9d22f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ Database operations can be run in a transaction to commit or roll back a group o
<?php
$this->db->startTransaction();
$this->db->beginTransaction();
try {
// DB operations