Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
37ea2e09
Commit
37ea2e09
authored
Nov 21, 2012
by
webchick
Browse files
Issue
#1158322
follow-up by olli: Added missing backtrace to exception errors.
parent
581dac09
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/errors.inc
View file @
37ea2e09
...
...
@@ -122,6 +122,7 @@ function _drupal_decode_exception($exception) {
'%file'
=>
$caller
[
'file'
],
'%line'
=>
$caller
[
'line'
],
'severity_level'
=>
WATCHDOG_ERROR
,
'backtrace'
=>
$backtrace
,
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment