DavertMik / doAuthPlugin

Symfony new authentication / user managemant system
MIT License
19 stars 6 forks source link

warning at register action #6

Open lubiluk opened 14 years ago

lubiluk commented 14 years ago

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