Skip to content

Commit

Permalink
Data Import Rollback war fäschlicherweise deaktiviert.
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Feb 27, 2023
1 parent 984d0c9 commit 2f9ce8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/manager/pages/data_import.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@
));
$sql_db->commit();
} catch (\Throwable $e) {
// $sql_db->rollBack();
dump($e);
$sql_db->rollBack();
$error_message = $e->getMessage();
}

Expand Down

0 comments on commit 2f9ce8e

Please sign in to comment.