doAuthPlugin icon indicating copy to clipboard operation
doAuthPlugin copied to clipboard

warning at register action

Open lubiluk opened this issue 15 years ago • 0 comments

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

lubiluk avatar Sep 02 '10 22:09 lubiluk