Skip to content

get doesn't work with multiple fields #8

@michaelGregoire

Description

@michaelGregoire

Jinput::get('images') doesn't behave like Input::get('images') when you have multiple fields that use the same name and a key, like so: images[0], images[1], images[2].
In fact, it triggers an exception due to the fact that it uses trim on the value, which in this situation is an array, not a string.

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