Description
I have attempted to use this integrated function to no avail until I changed the line in Errors.php in the function log_error
$known_error_types += $other_error_types;
to
$known_error_types = array_merge($known_error_types, $other_error_types);
Steps to reproduce
- Call the hook integrate_error_types in Errors.php
Environment (complete as necessary)
- Version/Git revision:
- Database Type:
- Database Version:
- PHP Version:
Additional information/references