Skip to content
Snippets Groups Projects
Commit a5e2404e authored by Angie Byron's avatar Angie Byron
Browse files

#711108 follow-up by chx: Fixed SQLite implementation of richer exception reporting for watchdog().

parent 94247bfd
No related merge requests found
......@@ -212,7 +212,7 @@ public function nextId($existing_id = 0) {
public function rollback($savepoint_name = 'drupal_transaction') {
if ($this->savepointSupport) {
return parent::rollBack($savepoint_name, $type, $message, $variables, $severity, $link);
return parent::rollBack($savepoint_name);
}
if (!$this->inTransaction()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment