From d4868860a1f20b157bbf1281be22882c59e73b08 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 27 May 2021 17:58:07 +0300 Subject: [PATCH] Fixed rollback --- src/Appwrite/Extend/PDO.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Extend/PDO.php b/src/Appwrite/Extend/PDO.php index 0d25131bfb..d5b2cab94c 100644 --- a/src/Appwrite/Extend/PDO.php +++ b/src/Appwrite/Extend/PDO.php @@ -77,7 +77,6 @@ class PDO extends PDONative $result = $this->pdo->rollBack(); } catch (\Throwable $th) { $this->pdo = $this->reconnect(); - $result = $this->pdo->rollBack(); } return $result;