Skip to content

BUG - Exception in Backend when combined with realurl #19

@ervaude

Description

@ervaude

The realurl administration module uses edit as a GET parameter when e.g. editing a pathcache. The key in this case is an integer.

The ButtonBarHook of gdpr takes this integer from the GET parameter and passes it to TableInformation::isTableEnabled which expects a string and therefore a type error Exception is thrown.

Most simple solution: cast the value retrieved from GET to a string before passing it on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions