Skip to content

$_GET contains 'configure' key on all pages of admin area.  #4945

@CaMer0n

Description

@CaMer0n

Bug Description

$_GET['configure'] is set for all pages of the admin area.

How to Reproduce

Steps to reproduce the behavior:

  1. print_a($_GET);

Expected Behavior

$_GET should contain only the keys of the current URL query.

Cause

Using vartrue() within an IF statement on $_GET will cause this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugA problem that should not be happening

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions