summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 02:28:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 02:28:42 +0000
commit9667f4726d98d6ce8bab8360d0221028f954bdec (patch)
tree049d05faf2c0e3c9f7624e493c920348439a599b
parentb024b3a1c2fa5fade50f362620ad1bc7001e1c95 (diff)
downloadbrdo-9667f4726d98d6ce8bab8360d0221028f954bdec.tar.gz
brdo-9667f4726d98d6ce8bab8360d0221028f954bdec.tar.bz2
#677654 follow-up by asimmonds: Fixed notice in error handling.
-rw-r--r--includes/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 39c1ea14a..112b3bc5b 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1150,6 +1150,7 @@ function _drupal_decode_exception($exception) {
'%function' => $caller['function'],
'%file' => $caller['file'],
'%line' => $caller['line'],
+ 'severity_level' => WATCHDOG_ERROR,
);
}