Skip to content

PHP Warning on root menu page #22

@mathetos

Description

@mathetos

If clicking on "Tools > Send System Info" you're presented with a PHP Warning:
Notice: Undefined index: tab in ...\wp-content\plugins\send-system-info\views\send-system-info.php on line 44

This is because there is no $_GET["tab"] present in the url.

Solution
Define $tab with a ternary operator so there's a fallback.

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