Skip to content

Request is doing the filter_var even if value is not in the $_REQUEST array #285

Description

@enovision

/CodeIgniter/system/HTTP/Request.php

if (is_array($value) || is_object($value))
on line 395

should be:

if (is_array($value) || is_object($value) || is_null($value))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions