LoginForm: explicitely remove renderLayout
Should prevent against rare race conditions. refs #6584
This commit is contained in:
parent
c69af6c5d2
commit
0d3fb9e7a5
|
@ -17,7 +17,7 @@ class LoginForm extends Form
|
|||
*/
|
||||
protected function create()
|
||||
{
|
||||
$url = Url::fromRequest();
|
||||
$url = Url::fromRequest()->without('renderLayout');
|
||||
|
||||
$this->setName('form_login');
|
||||
$this->addElement('text', 'username', array(
|
||||
|
|
Loading…
Reference in New Issue