Skip to content

integrate_error_types function call not working #7755

@Randem06

Description

@Randem06

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

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions