summaryrefslogtreecommitdiff
path: root/includes/errors.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-28 09:29:01 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-28 09:29:01 -0400
commit36e52ceff73c8168c1c25c0164e8735dd31bd58c (patch)
tree6e9574148a709e5a940c77f1452249e017cece17 /includes/errors.inc
parente33de1cd77dc4222a8925e73605ab8ecd0df99c4 (diff)
downloadbrdo-36e52ceff73c8168c1c25c0164e8735dd31bd58c.tar.gz
brdo-36e52ceff73c8168c1c25c0164e8735dd31bd58c.tar.bz2
- Patch #1169338 by barbi: _drupal_log_error() - doc is incomplete.
Diffstat (limited to 'includes/errors.inc')
-rw-r--r--includes/errors.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/errors.inc b/includes/errors.inc
index 3a97b6daa..be7242856 100644
--- a/includes/errors.inc
+++ b/includes/errors.inc
@@ -172,9 +172,9 @@ function error_displayable($error = NULL) {
* Log a PHP error or exception, display an error page in fatal cases.
*
* @param $error
- * An array with the following keys: %type, !message, %function, %file, %line.
- * All the parameters are plain-text, exception message, which needs to be
- * a safe HTML string.
+ * An array with the following keys: %type, !message, %function, %file, %line
+ * and severity_level. All the parameters are plain-text, with the exception of
+ * !message, which needs to be a safe HTML string.
* @param $fatal
* TRUE if the error is fatal.
*/