summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/dbupdater.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/dbupdater.php b/classes/dbupdater.php
index 9b01f2156..6a1a5ddfd 100644
--- a/classes/dbupdater.php
+++ b/classes/dbupdater.php
@@ -57,6 +57,7 @@ class DbUpdater {
Debug::log("Error: " . implode(", ", $this->pdo->errorInfo()));
}
+ $this->pdo->rollBack();
return false;
}
}