Skip to content
Snippets Groups Projects
Commit 77489e2f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1022426 by bfroehle: _registry_update() invalid arguments to ->rollback().

parent fa622be1
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,8 @@ function _registry_update() {
_registry_check_code(REGISTRY_RESET_LOOKUP_CACHE);
}
catch (Exception $e) {
$transaction->rollback('registry', $e->getMessage(), array(), WATCHDOG_ERROR);
$transaction->rollback();
watchdog_exception('registry', $e);
throw $e;
}
......
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