mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #8101 from nextcloud/backport/8099/stable22
[stable22] Fix transaction method name
This commit is contained in:
commit
4da9d22f3b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user