mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #8100 from nextcloud/backport/8099/stable23
[stable23] Fix transaction method name
This commit is contained in:
commit
73bd063a49
@ -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