- Patch #1022426 by bfroehle: _registry_update() invalid arguments to ->rollback().
parent
fa622be169
commit
77489e2f9f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue