Skip to content

warning at register action #6

@lubiluk

Description

@lubiluk

There is a warning at register action caused by 15 line in doAuthActions.class.php
There is:
$this->form->bind($request->getParameter('signin'), $request->getParameter('signin'))
while the second parameter should be array of files.
Changing this line to:
$request->getParameter('signin')
removes the warning

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