From 9667f4726d98d6ce8bab8360d0221028f954bdec Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 11 Jan 2010 02:28:42 +0000 Subject: #677654 follow-up by asimmonds: Fixed notice in error handling. --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/common.inc') 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, ); } -- cgit v1.2.3