Skip to content
Snippets Groups Projects

Resolve #3238915 "Refactor if feasible"

4 files
+ 87
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -247,7 +247,7 @@ function update_invoke_post_update($function, &$context) {
watchdog_exception('update', $e);
$variables = Error::decodeException($e);
unset($variables['backtrace'], $variables['exception']);
unset($variables['backtrace'], $variables['exception'], $variables['severity_level']);
$ret['#abort'] = [
'success' => FALSE,
'query' => t(Error::DEFAULT_ERROR_MESSAGE, $variables),
Loading