Skip to content

Selecting specific date in filter shows error when paginating #4525

@intoeetive

Description

@intoeetive

Issue:

When navigating the Developer Logs section, if a specific date is selected from the date filter dropdown and a pagination link is clicked, the following error occurs:

TypeError Caught
htmlentities(): Argument #1 ($string) must be of type string, array given

Location:
ee/ExpressionEngine/Service/Filter/Filter.php:103

Cause:
The value() method in Filter.php is passing an array to htmlentities(), which expects a string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions