- Patch #1169338 by barbi: _drupal_log_error() - doc is incomplete.
parent
1b2cd3a9d2
commit
a350c43025
|
@ -172,9 +172,9 @@ function error_displayable($error = NULL) {
|
||||||
* Log a PHP error or exception, display an error page in fatal cases.
|
* Log a PHP error or exception, display an error page in fatal cases.
|
||||||
*
|
*
|
||||||
* @param $error
|
* @param $error
|
||||||
* An array with the following keys: %type, !message, %function, %file, %line.
|
* An array with the following keys: %type, !message, %function, %file, %line
|
||||||
* All the parameters are plain-text, exception message, which needs to be
|
* and severity_level. All the parameters are plain-text, with the exception of
|
||||||
* a safe HTML string.
|
* !message, which needs to be a safe HTML string.
|
||||||
* @param $fatal
|
* @param $fatal
|
||||||
* TRUE if the error is fatal.
|
* TRUE if the error is fatal.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue